mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 07:08:26 -04:00
Apply all changes done to the backend test to the front-end test, too
This commit is contained in:
parent
9ff3f13c19
commit
b69df5ad91
3 changed files with 12 additions and 62 deletions
|
@ -21,3 +21,7 @@ set_target_properties(zint_frontend PROPERTIES OUTPUT_NAME "zint")
|
|||
target_link_libraries(zint_frontend zint)
|
||||
|
||||
install(TARGETS zint_frontend DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)
|
||||
|
||||
if(ZINT_TEST)
|
||||
add_subdirectory(tests)
|
||||
endif(ZINT_TEST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue