1
0
mirror of synced 2025-01-11 13:52:15 +01:00
ImHex/tests/CMakeLists.txt

11 lines
280 B
CMake
Raw Normal View History

project(unit_tests)
2021-09-11 14:41:18 +02:00
2024-12-16 21:32:19 +01:00
add_dependencies(unit_tests imhex_all helpers algorithms plugins)
add_subdirectory(common)
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
add_subdirectory(helpers)
add_subdirectory(algorithms)
add_subdirectory(plugins)