mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
link and include recast in pcb_reader
This commit is contained in:
parent
96ee406a5d
commit
06408d5496
1 changed files with 5 additions and 2 deletions
|
@ -8,9 +8,12 @@ file(GLOB SERVER_SOURCE_FILES "${CMAKE_CURRENT_SOURCE_DIR}*.c*")
|
|||
add_executable(pcb_reader2 ${SERVER_PUBLIC_INCLUDE_FILES} ${SERVER_SOURCE_FILES})
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries (pcb_reader2 common xivdat pthread mysqlclient dl z stdc++fs )
|
||||
target_link_libraries( pcb_reader2 common xivdat pthread mysqlclient dl z stdc++fs Recast Detour )
|
||||
else()
|
||||
target_link_libraries (pcb_reader2 common xivdat mysql zlib)
|
||||
target_link_libraries( pcb_reader2 common xivdat mysql zlib Recast Detour )
|
||||
endif()
|
||||
|
||||
target_include_directories( pcb_reader2
|
||||
PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/../../deps/" )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue