Skip to content
Snippets Groups Projects
Commit f3b1c679 authored by ilor's avatar ilor
Browse files

make wcclparser part of the main build

parent c4d45c5b
Branches
No related merge requests found
...@@ -49,4 +49,5 @@ set(LIBWCCL_VERSION "${ver_major}.${ver_minor}.${ver_patch}") ...@@ -49,4 +49,5 @@ set(LIBWCCL_VERSION "${ver_major}.${ver_minor}.${ver_patch}")
find_package(Boost 1.41 REQUIRED COMPONENTS program_options filesystem regex) find_package(Boost 1.41 REQUIRED COMPONENTS program_options filesystem regex)
add_subdirectory(libwccl) add_subdirectory(libwccl)
add_subdirectory(wcclparser)
add_subdirectory(tests) add_subdirectory(tests)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment