1
0
mirror of synced 2024-11-27 09:00:52 +01:00
ImHex/tests/CMakeLists.txt

10 lines
273 B
CMake
Raw Normal View History

project(unit_tests)
2021-09-11 14:41:18 +02:00
add_compile_definitions(IMHEX_PROJECT_NAME="${PROJECT_NAME}")
add_custom_target(unit_tests DEPENDS helpers algorithms pattern_language)
add_subdirectory(common)
add_subdirectory(helpers)
add_subdirectory(algorithms)
add_subdirectory(pattern_language)