move some stuff to C files
This commit is contained in:
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS on)
|
||||
project(GryphnUtils)
|
||||
|
||||
file(GLOB_RECURSE SOURCE_FILES CONFIGURE_DEPENDS "utils/*.c")
|
||||
add_library(GryphnUtils STATIC ${SOURCE_FILES})
|
Reference in New Issue
Block a user