SIT152pp/sort_lib/CMakeLists.txt

4 lines
61 B
Text
Raw Normal View History

2024-09-18 10:42:02 +02:00
add_library(sort_lib STATIC
data.cpp
data.h
)