Use target name instead of platform dependent path
This commit is contained in:
parent
c845a9c88d
commit
f16304b9d8
|
@ -41,10 +41,10 @@ include_directories(
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(qa_geometry
|
target_link_libraries(qa_geometry
|
||||||
${CMAKE_BINARY_DIR}/polygon/libpolygon.a
|
polygon
|
||||||
${CMAKE_BINARY_DIR}/common/libcommon.a
|
common
|
||||||
${CMAKE_BINARY_DIR}/bitmaps_png/libbitmaps.a
|
polygon
|
||||||
${CMAKE_BINARY_DIR}/polygon/libpolygon.a
|
bitmaps
|
||||||
${Boost_FILESYSTEM_LIBRARY}
|
${Boost_FILESYSTEM_LIBRARY}
|
||||||
${Boost_SYSTEM_LIBRARY}
|
${Boost_SYSTEM_LIBRARY}
|
||||||
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
|
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
|
||||||
|
|
Loading…
Reference in New Issue