wip
This commit is contained in:
parent
80c9abcdbd
commit
501b2e1269
14 changed files with 11073 additions and 2 deletions
|
|
@ -16,10 +16,11 @@ endmacro()
|
|||
|
||||
add_subdirectory(net)
|
||||
|
||||
file(GLOB GearBox_SRC src/*.c)
|
||||
file(GLOB GearBox_SRC src/*.c lz4/*.c)
|
||||
|
||||
add_library(GearBox SHARED ${GearBox_SRC})
|
||||
target_include_directories(GearBox PUBLIC include external/glad/include)
|
||||
target_include_directories(GearBox PUBLIC include)
|
||||
target_include_directories(GearBox PRIVATE lz4)
|
||||
target_compile_definitions(GearBox PRIVATE _GEARBOX)
|
||||
target_link_libraries(GearBox PRIVATE gbnet)
|
||||
if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue