Use target name instead of platform dependent path

This commit is contained in:
Simon Richter 2017-04-06 03:00:52 +02:00 committed by Wayne Stambaugh
parent c845a9c88d
commit f16304b9d8
1 changed files with 4 additions and 4 deletions

View File

@ -41,10 +41,10 @@ include_directories(
)
target_link_libraries(qa_geometry
${CMAKE_BINARY_DIR}/polygon/libpolygon.a
${CMAKE_BINARY_DIR}/common/libcommon.a
${CMAKE_BINARY_DIR}/bitmaps_png/libbitmaps.a
${CMAKE_BINARY_DIR}/polygon/libpolygon.a
polygon
common
polygon
bitmaps
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}