mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-05 09:13:55 -04:00
better windows support
This commit is contained in:
parent
8ff0df1491
commit
e5309dd096
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ project(zint_frontend)
|
|||
|
||||
set(zint_frontend_SRCS main.c )
|
||||
|
||||
include_directories(BEFORE ../backend)
|
||||
include_directories(BEFORE "${CMAKE_SOURCE_DIR}/backend")
|
||||
|
||||
add_executable(zint_frontend ${zint_frontend_SRCS})
|
||||
|
||||
|
@ -12,6 +12,6 @@ set_target_properties(zint_frontend PROPERTIES OUTPUT_NAME "zint")
|
|||
|
||||
add_dependencies(zint_frontend zint)
|
||||
|
||||
link_directories( "../backend" )
|
||||
link_directories( "${CMAKE_BINARY_DIR}/backend" )
|
||||
|
||||
target_link_libraries(zint_frontend zint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue