erius
cab1b88a77
Disabled warnings as errors bumped the cmake min version to 3.12 for c++20 support and -j flag Placed a CMakeLists.txt in each subdirectory of the project
4 lines
183 B
CMake
4 lines
183 B
CMake
file(GLOB SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/src/*.cpp)
|
|
|
|
add_library(tapelib ${SOURCES})
|
|
target_include_directories(tapelib PUBLIC ${PROJECT_SOURCE_DIR}/include/tapelib)
|