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
2 lines
106 B
CMake
2 lines
106 B
CMake
add_executable(ftsort ${PROJECT_SOURCE_DIR}/bin/ftsort.cpp)
|
|
target_link_libraries(ftsort PRIVATE tapelib)
|