aocpp/dlx/CMakeLists.txt

2 lines
75 B
CMake
Raw Permalink Normal View History

2022-11-19 14:59:21 -08:00
add_library(dlx src/dlx.cpp)
target_include_directories(dlx PUBLIC include)