2021-09-11 18:09:15 +02:00
|
|
|
project(unit_tests)
|
2021-09-11 14:41:18 +02:00
|
|
|
|
2024-02-26 20:51:08 +01:00
|
|
|
add_custom_target(unit_tests DEPENDS imhex_all helpers algorithms plugins)
|
2024-01-04 00:37:56 +01:00
|
|
|
|
2022-01-29 17:14:15 +01:00
|
|
|
add_subdirectory(common)
|
2024-01-04 01:01:51 +01:00
|
|
|
target_compile_definitions(tests_common PUBLIC 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)
|
2024-02-26 20:51:08 +01:00
|
|
|
add_subdirectory(plugins)
|