fix not building on unix

This commit is contained in:
David Markowitz
2024-01-25 02:45:47 -08:00
parent 702dcbb8d2
commit 8907cd467d
3 changed files with 12 additions and 2 deletions

View File

@@ -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
)