1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 20:41:59 +00:00

rename zint_frontend back to zint

This commit is contained in:
taipanromania
2008-09-24 08:59:39 +00:00
parent 8e0c360bef
commit 67c2c477ae
3 changed files with 178 additions and 176 deletions

View File

@@ -8,6 +8,8 @@ include_directories(BEFORE ../backend)
add_executable(zint_frontend ${zint_frontend_SRCS})
set_target_properties(zint_frontend PROPERTIES OUTPUT_NAME "zint")
add_dependencies(zint_frontend zint)
link_directories( "../backend" )