SIT152pp/sort_lib/CMakeLists.txt
2024-09-18 10:42:02 +02:00

4 lines
No EOL
61 B
CMake

add_library(sort_lib STATIC
data.cpp
data.h
)