mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
Linux build fix #2
This commit is contained in:
parent
acf389d512
commit
a8a820b89c
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue