1
0
mirror of synced 2025-01-31 03:53:44 +01:00
ImHex/tests/CMakeLists.txt

10 lines
184 B
CMake

project(unit_tests)
enable_testing()
add_custom_target(unit_tests)
add_subdirectory(common)
add_subdirectory(helpers)
add_subdirectory(algorithms)
add_subdirectory(pattern_language)