10 lines
184 B
CMake
10 lines
184 B
CMake
project(unit_tests)
|
|
|
|
enable_testing()
|
|
|
|
add_custom_target(unit_tests)
|
|
add_subdirectory(common)
|
|
|
|
add_subdirectory(helpers)
|
|
add_subdirectory(algorithms)
|
|
add_subdirectory(pattern_language) |