mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
patterns: Updated pattern language
This commit is contained in:
@@ -73,8 +73,11 @@ addPluginDirectories()
|
||||
|
||||
# Add unit tests
|
||||
if (IMHEX_ENABLE_UNIT_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(tests EXCLUDE_FROM_ALL)
|
||||
if (NOT TARGET unit_tests)
|
||||
enable_testing()
|
||||
add_custom_target(unit_tests)
|
||||
add_subdirectory(tests EXCLUDE_FROM_ALL)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
# Configure more resources that will be added to the install package
|
||||
|
||||
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
Submodule lib/external/pattern_language updated: 6fbcbb1f8a...3855f22c23
@@ -1,6 +1,6 @@
|
||||
project(unit_tests)
|
||||
|
||||
add_custom_target(unit_tests DEPENDS imhex_all helpers algorithms plugins)
|
||||
add_dependencies(unit_tests imhex_all helpers algorithms plugins)
|
||||
|
||||
add_subdirectory(common)
|
||||
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
|
||||
Reference in New Issue
Block a user