2021-09-11 16:09:15 +00:00
|
|
|
project(unit_tests)
|
2021-09-11 12:41:18 +00:00
|
|
|
|
2022-02-02 16:19:50 +00:00
|
|
|
add_compile_definitions(IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
2022-01-31 13:37:12 +00:00
|
|
|
|
2022-02-27 22:25:39 +00:00
|
|
|
add_custom_target(unit_tests DEPENDS helpers algorithms pattern_language)
|
2022-01-29 16:14:15 +00:00
|
|
|
add_subdirectory(common)
|
|
|
|
|
|
|
|
add_subdirectory(helpers)
|
2021-12-14 20:26:59 +00:00
|
|
|
add_subdirectory(algorithms)
|
2022-01-29 20:48:59 +00:00
|
|
|
add_subdirectory(pattern_language)
|