1
0
mirror of synced 2024-09-24 19:48:25 +02:00
ImHex/tests/CMakeLists.txt

10 lines
245 B
CMake

project(unit_tests)
add_custom_target(unit_tests DEPENDS helpers algorithms)
add_subdirectory(common)
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
add_subdirectory(helpers)
add_subdirectory(algorithms)