1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00

Merge pull request #168 from takhlaq/SQL_REWRITE_OWN

fix server_zone headers appearing as external deps in visual studio
This commit is contained in:
Mordred 2017-11-17 23:40:45 +01:00 committed by GitHub
commit f67571eb46

View file

@ -4,7 +4,21 @@ cmake_policy(SET CMP0014 OLD)
project(Sapphire_Zone)
file(GLOB SERVER_PUBLIC_INCLUDE_FILES ${CMAKE_CURRENT_SOURCE_DIR}/* ${CMAKE_CURRENT_SOURCE_DIR}/Script/*)
file(GLOB SERVER_PUBLIC_INCLUDE_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
/*.h
Actor/*.h
Action/*.h
DebugCommand/*.h
Event/*.h
Inventory/*.h
Linkshell/*.h
Network/*.h
Network/Handlers/*.h
Network/PacketWrappers/*.h
Script/*.h
StatusEffect/*.h
Zone/*.h)
file(GLOB SERVER_SOURCE_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
*.c*
Actor/*.c*
@ -42,4 +56,4 @@ else()
target_link_libraries ( server_zone Common xivdat libmysql zlib1 mysqlConnector )
endif()
target_link_libraries(server_zone ${Boost_LIBRARIES} ${Boost_LIBRARIES} )
target_link_libraries(server_zone ${Boost_LIBRARIES} )