better windows support

This commit is contained in:
taipanromania 2008-09-26 12:11:43 +00:00
parent 8ff0df1491
commit e5309dd096
2 changed files with 5 additions and 5 deletions

View file

@ -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)