mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
8 lines
166 B
CMake
8 lines
166 B
CMake
project(unit_tests)
|
|
|
|
add_custom_target(unit_tests)
|
|
add_subdirectory(common)
|
|
|
|
add_subdirectory(helpers)
|
|
add_subdirectory(algorithms)
|
|
add_subdirectory(pattern_language) |