moved some files
This commit is contained in:
12
thirdparty/libcsp/CMakeLists.txt
vendored
Normal file
12
thirdparty/libcsp/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
set(LIB_CSP_NAME libcsp)
|
||||
|
||||
add_library(${LIB_CSP_NAME})
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(include)
|
||||
|
||||
target_include_directories(${LIB_CSP_NAME} PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
Reference in New Issue
Block a user