mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
build: Make SDK not try to link to unbundled libraries
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
project(unit_tests)
|
||||
|
||||
add_compile_definitions(IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
|
||||
add_custom_target(unit_tests DEPENDS helpers algorithms)
|
||||
|
||||
add_subdirectory(common)
|
||||
target_compile_definitions(tests_common PRIVATE IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
|
||||
add_subdirectory(helpers)
|
||||
add_subdirectory(algorithms)
|
||||
|
||||
Reference in New Issue
Block a user