1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00

Linux build fix #2

This commit is contained in:
Mordred 2018-09-22 13:07:20 +02:00
parent acf389d512
commit a8a820b89c

View file

@ -37,8 +37,10 @@ set_target_properties( sapphire_zone PROPERTIES
target_link_libraries( sapphire_zone common )
target_link_libraries( sapphire_zone ${Boost_LIBRARIES} )
target_include_directories( sapphire_zone PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" )
if( UNIX )
if (UNIX)
cotire( sapphire_zone )
endif()