8 lines
166 B
CMake
8 lines
166 B
CMake
project(unit_tests)
|
|
|
|
add_custom_target(unit_tests)
|
|
add_subdirectory(common)
|
|
|
|
add_subdirectory(helpers)
|
|
add_subdirectory(algorithms)
|
|
add_subdirectory(pattern_language) |