mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Fixed building of unit tests
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
project(unit_tests)
|
||||
|
||||
add_dependencies(unit_tests imhex_all helpers algorithms plugins)
|
||||
|
||||
add_subdirectory(common)
|
||||
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
|
||||
add_subdirectory(helpers)
|
||||
add_subdirectory(algorithms)
|
||||
add_subdirectory(plugins)
|
||||
|
||||
add_dependencies(unit_tests imhex_all helpers algorithms plugins)
|
||||
Reference in New Issue
Block a user