compiles!!! (seg faults)
This commit is contained in:
5
projects/loader/CMakeLists.txt
Normal file
5
projects/loader/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS on)
|
||||
project(GryphnLoader)
|
||||
|
||||
file(GLOB_RECURSE SOURCE_FILES CONFIGURE_DEPENDS "src/*.c")
|
||||
add_library(GryphnLoader STATIC ${SOURCE_FILES})
|
Reference in New Issue
Block a user