aocpp/dlx/CMakeLists.txt
2022-11-19 14:59:21 -08:00

2 lines
75 B
CMake

add_library(dlx src/dlx.cpp)
target_include_directories(dlx PUBLIC include)