mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-25 05:52:19 -04:00
[Server] Add extern to folders used to search for include files
This commit is contained in:
parent
3805edaf78
commit
6322ae081d
@ -144,6 +144,7 @@ set(PROCESSORS
|
||||
source_group(tes3mp-server\\processors FILES ${PROCESSORS})
|
||||
|
||||
include_directories("./")
|
||||
include_directories(${CMAKE_SOURCE_DIR}/extern)
|
||||
|
||||
# Main executable
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user