2021-09-11 16:09:15 +00:00
|
|
|
project(unit_tests)
|
2021-09-11 12:41:18 +00:00
|
|
|
|
2024-02-26 19:51:08 +00:00
|
|
|
add_custom_target(unit_tests DEPENDS imhex_all helpers algorithms plugins)
|
2024-01-03 23:37:56 +00:00
|
|
|
|
2022-01-29 16:14:15 +00:00
|
|
|
add_subdirectory(common)
|
2024-01-04 00:01:51 +00:00
|
|
|
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
2022-01-29 16:14:15 +00:00
|
|
|
|
|
|
|
add_subdirectory(helpers)
|
2021-12-14 20:26:59 +00:00
|
|
|
add_subdirectory(algorithms)
|
2024-02-26 19:51:08 +00:00
|
|
|
add_subdirectory(plugins)
|