mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 09:28:06 +00:00
fix not building on unix
This commit is contained in:
@@ -4,3 +4,7 @@ set(DSERVER_SOURCES
|
||||
add_library(dServer STATIC ${DSERVER_SOURCES})
|
||||
|
||||
target_include_directories(dServer PUBLIC ".")
|
||||
|
||||
target_include_directories(dServer PRIVATE
|
||||
${PROJECT_SOURCE_DIR}/dCommon/ # BinaryPathFinder.h
|
||||
)
|
||||
|
Reference in New Issue
Block a user