mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 11:36:54 -04:00
don't manually setup a library path
This commit is contained in:
parent
cfd43478eb
commit
386a8059d3
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ add_executable(zint_frontend ${zint_frontend_SRCS})
|
||||||
|
|
||||||
set_target_properties(zint_frontend PROPERTIES OUTPUT_NAME "zint")
|
set_target_properties(zint_frontend PROPERTIES OUTPUT_NAME "zint")
|
||||||
|
|
||||||
link_directories( "${CMAKE_BINARY_DIR}/backend" )
|
|
||||||
|
|
||||||
target_link_libraries(zint_frontend zint)
|
target_link_libraries(zint_frontend zint)
|
||||||
|
|
||||||
install(TARGETS zint_frontend DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)
|
install(TARGETS zint_frontend DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue