mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Bind macro definitions to the zint library target
The libpng dependency is exported to consumers, while the ZINT_TEST option affects the build output. Both are therefore marked public
This commit is contained in:
@ -63,10 +63,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUCC)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(ZINT_TEST)
|
||||
add_definitions("-DZINT_TEST")
|
||||
endif()
|
||||
|
||||
IF(APPLE)
|
||||
IF (UNIVERSAL) # TODO: make universal binary
|
||||
IF(NOT ZINT_HAS_BEEN_RUN_BEFORE)
|
||||
|
Reference in New Issue
Block a user