mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-08 19:57:46 +00:00

Requires the oodle2base.h and oodle2net.h header files, and oo2net_9_win64.dll, to be placed in /deps/Oodle/ - they are not included here
9 lines
No EOL
251 B
CMake
9 lines
No EOL
251 B
CMake
add_library(OodleNet STATIC IMPORTED GLOBAL)
|
|
|
|
set_target_properties(
|
|
OodleNet
|
|
PROPERTIES
|
|
IMPORTED_IMPLIB "${CMAKE_SOURCE_DIR}/deps/Oodle/oo2net_9_win64.lib"
|
|
IMPORTED_LOCATION "${CMAKE_SOURCE_DIR}/deps/Oodle/oo2net_9_win64.lib"
|
|
LINKER_LANGUAGE C
|
|
) |