mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-03 04:36:55 -05:00
14 lines
208 B
Text
14 lines
208 B
Text
|
if(SYSTEM.Darwin)
|
||
|
set(SOURCE_FILE_LIST
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/global_offset_table_hook.cc
|
||
|
)
|
||
|
endif()
|
||
|
|
||
|
add_library(global_offset_table_hook STATIC
|
||
|
${SOURCE_FILE_LIST}
|
||
|
)
|
||
|
|
||
|
include_directories(
|
||
|
.
|
||
|
)
|