66d1b3fd2f
* patterns: Initial work to refactor pattern language to use smart pointers * patterns: Fixed remaining issues, moved patterns to unique files * sys: Added missing includes for macOS
10 lines
273 B
CMake
10 lines
273 B
CMake
project(unit_tests)
|
|
|
|
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) |