diff options
| author | silinoron <none@none> | 2010-08-15 13:22:57 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-08-15 13:22:57 -0700 |
| commit | ced726264653bed9a41a7725465a9292786dafc4 (patch) | |
| tree | b8757084a35d05276b25b40d4b197560200dc995 | |
| parent | 05e6147621b53a6d90b57469660c2c656f83196d (diff) | |
Use PCH to compile Ace - speeds up ace compilation
Thanks click
--HG--
branch : trunk
| -rw-r--r-- | externals/ace/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/externals/ace/CMakeLists.txt b/externals/ace/CMakeLists.txt index 00e127dc735..2b5a487ef03 100644 --- a/externals/ace/CMakeLists.txt +++ b/externals/ace/CMakeLists.txt @@ -332,8 +332,6 @@ add_definitions(-DACE_BUILD_DLL) add_library(ace SHARED ${ace_STAT_SRCS}) -if(PCH) - add_native_precompiled_header(ace ${CMAKE_SOURCE_DIR}/externals/ace/PrecompiledHeaders/WinAcePCH) -endif() +add_native_precompiled_header(ace ${CMAKE_SOURCE_DIR}/externals/ace/PrecompiledHeaders/WinAcePCH) install(TARGETS ace RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}") |
