mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Turn zint tests into a subproject of backend
All dependency handling is implied via linking to the zint target. Options are inherited from the backend build
This commit is contained in:
@ -47,3 +47,7 @@ endif()
|
||||
|
||||
install(TARGETS zint ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(FILES zint.h DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)
|
||||
|
||||
if(ZINT_TEST)
|
||||
add_subdirectory(tests)
|
||||
endif(ZINT_TEST)
|
||||
|
Reference in New Issue
Block a user