1
0
mirror of synced 2025-01-11 05:42:15 +01:00
ImHex/tests/CMakeLists.txt
2024-12-16 21:37:11 +01:00

10 lines
279 B
CMake

project(unit_tests)
add_subdirectory(common)
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
add_subdirectory(helpers)
add_subdirectory(algorithms)
add_subdirectory(plugins)
add_dependencies(unit_tests imhex_all helpers algorithms plugins)