2021-09-11 18:09:15 +02:00
|
|
|
project(unit_tests)
|
2021-09-11 14:41:18 +02:00
|
|
|
|
2022-04-17 18:11:39 +02:00
|
|
|
add_custom_target(unit_tests DEPENDS helpers algorithms)
|
2024-01-04 00:37:56 +01:00
|
|
|
|
2022-01-29 17:14:15 +01:00
|
|
|
add_subdirectory(common)
|
2024-01-04 00:37:56 +01:00
|
|
|
target_compile_definitions(tests_common PRIVATE IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
2022-01-29 17:14:15 +01:00
|
|
|
|
|
|
|
add_subdirectory(helpers)
|
2021-12-14 21:26:59 +01:00
|
|
|
add_subdirectory(algorithms)
|