2 lines
75 B
CMake
2 lines
75 B
CMake
|
add_library(dlx src/dlx.cpp)
|
||
|
target_include_directories(dlx PUBLIC include)
|