mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-02 16:09:51 -04:00
Remove the explicit dependency of the frontend against the library
The dependency is implied by the target_link_library line. Manual dependencies are a workaround to force re-execution of external tools with intransparent side effects
This commit is contained in:
parent
5a8e9a86ad
commit
cfd43478eb
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")
|
||||
|
||||
add_dependencies(zint_frontend zint)
|
||||
|
||||
link_directories( "${CMAKE_BINARY_DIR}/backend" )
|
||||
|
||||
target_link_libraries(zint_frontend zint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue