ImHex/tests/CMakeLists.txt

10 lines
222 B
CMake
Raw Normal View History

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