mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #880 Use PCH under Linux with CMake
This commit is contained in:
parent
ee62571b39
commit
483851482f
1 changed files with 4 additions and 0 deletions
|
@ -65,5 +65,9 @@ IF(WIN32)
|
|||
ENDIF(WIN32)
|
||||
ADD_DEFINITIONS(${LIBXML2_DEFINITIONS})
|
||||
|
||||
IF(WITH_PCH)
|
||||
ADD_NATIVE_PRECOMPILED_HEADER(entities_game_service ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.h ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.cpp)
|
||||
ENDIF(WITH_PCH)
|
||||
|
||||
INSTALL(TARGETS entities_game_service RUNTIME DESTINATION sbin COMPONENT services)
|
||||
|
||||
|
|
Loading…
Reference in a new issue