Cleanup
This commit is contained in:
parent
ee9d0c7028
commit
145c203403
167 changed files with 77 additions and 41295 deletions
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.11)
|
||||
|
||||
project(sj3)
|
||||
|
||||
configure_file(config.h.in config.h)
|
||||
|
||||
file(GLOB_RECURSE SJ3CORE_SRCS lib/sj3core/**.c)
|
||||
add_library(sj3core STATIC ${SJ3CORE_SRCS})
|
||||
target_include_directories(sj3core PUBLIC include/sj3common include/sj3core)
|
||||
target_include_directories(sj3core PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
|
||||
Loading…
Add table
Add a link
Reference in a new issue