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

8 lines
212 B
CMake
Raw Normal View History

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