client almost builds
This commit is contained in:
6
extern/library/Granny/CMakeLists.txt
vendored
Normal file
6
extern/library/Granny/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
add_library(Granny STATIC IMPORTED GLOBAL)
|
||||
|
||||
set_target_properties(Granny PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/extern/include"
|
||||
IMPORTED_LOCATION "${CMAKE_CURRENT_LIST_DIR}/granny2_static.lib"
|
||||
)
|
||||
3
extern/library/Granny/granny2_static.lib
vendored
Normal file
3
extern/library/Granny/granny2_static.lib
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8de47645ce41cfe9e37d15bb26fb0bc919ba1b648e6be7746730c37d8671a5e
|
||||
size 6861212
|
||||
Reference in New Issue
Block a user