mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
better windows support
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user