mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
build: Fix library linking and define setting issues
This commit is contained in:
@@ -3,7 +3,7 @@ project(unit_tests)
|
||||
add_custom_target(unit_tests DEPENDS helpers algorithms)
|
||||
|
||||
add_subdirectory(common)
|
||||
target_compile_definitions(tests_common PRIVATE IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
target_compile_definitions(tests_common PUBLIC IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
|
||||
add_subdirectory(helpers)
|
||||
add_subdirectory(algorithms)
|
||||
|
||||
Reference in New Issue
Block a user