CMake: Adjust precompiles headers to new build division

scancodes-fix
Julius Michaelis 2013-02-17 17:00:33 +01:00
parent 55e9fc2717
commit 2df3b20a20
1 changed files with 2 additions and 2 deletions

View File

@ -1261,9 +1261,9 @@ if(CMAKE_COMPILER_IS_GNUCXX)
option(USE_GCC_PCH "Use GCC precompiled headers" ON)
endif()
if(USE_GCC_PCH)
add_precompiled_header(libmisc src/C4Include.h)
add_precompiled_header(libc4script src/C4Include.h)
add_precompiled_header(openclonk src/C4Include.h)
add_precompiled_header(c4group src/C4Include.h)
add_precompiled_header(c4script src/C4Include.h)
endif()
############################################################################