forked from oerkki/voxelands
CMake: Fix include path for out-of-source build
Fixes https://forum.voxelands.com/viewtopic.php?id=893
This commit is contained in:
parent
e2910b4e73
commit
1a46bdfabd
|
@ -321,11 +321,11 @@ set(voxelandsserver_SRCS
|
|||
)
|
||||
|
||||
include_directories(
|
||||
${voxelands_SOURCE_DIR}
|
||||
${CMAKE_BINARY_DIR}/src/jthread
|
||||
${PROJECT_BINARY_DIR}
|
||||
${IRRLICHT_INCLUDE_DIR}
|
||||
${ZLIB_INCLUDE_DIR}
|
||||
${CMAKE_BUILD_TYPE}
|
||||
${PNG_INCLUDE_DIR}
|
||||
${AUDIO_INCLUDE_DIRS}
|
||||
${JTHREAD_INCLUDE_DIR}
|
||||
|
|
Loading…
Reference in New Issue