mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-23 12:38:52 -04:00
Fix(builds): Set raknet include dir relative to source dir instead of original value
This commit is contained in:
parent
fb2d2bc7dd
commit
1cecfb0109
@ -52,7 +52,7 @@ ENDIF(NOT RakNet_FOUND)
|
||||
|
||||
add_subdirectory(extern/raknet)
|
||||
|
||||
SET(RakNet_INCLUDES ${RakNet_INCLUDES}/raknet)
|
||||
SET(RakNet_INCLUDES ${CMAKE_SOURCE_DIR}/extern/raknet/include/raknet)
|
||||
|
||||
IF (CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE)
|
||||
SET(RakNet_LIBRARY optimized ${RakNet_LIBRARY_RELEASE} debug ${RakNet_LIBRARY_DEBUG})
|
||||
|
Loading…
x
Reference in New Issue
Block a user