2021-09-11 18:09:15 +02:00
|
|
|
project(unit_tests)
|
2021-09-11 14:41:18 +02:00
|
|
|
|
2022-01-31 14:37:12 +01:00
|
|
|
enable_testing()
|
2022-02-02 17:19:50 +01:00
|
|
|
add_compile_definitions(IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
2022-01-31 14:37:12 +01:00
|
|
|
|
2022-01-29 17:14:15 +01:00
|
|
|
add_custom_target(unit_tests)
|
|
|
|
add_subdirectory(common)
|
|
|
|
|
|
|
|
add_subdirectory(helpers)
|
2021-12-14 21:26:59 +01:00
|
|
|
add_subdirectory(algorithms)
|
2022-01-29 21:48:59 +01:00
|
|
|
add_subdirectory(pattern_language)
|