@@ -28,7 +28,7 include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../sqpcore/src") | |||||
28 | list(APPEND SHARED_LIBRARIES ${SQPCORE_SHARED_LIBRARIES}) |
|
28 | list(APPEND SHARED_LIBRARIES ${SQPCORE_SHARED_LIBRARIES}) | |
29 |
|
29 | |||
30 | # Retrieve the location of the dynamic library to copy it to the output path |
|
30 | # Retrieve the location of the dynamic library to copy it to the output path | |
31 | get_property(sqpcoreLocation TARGET ${SQPCORE_LIBRARY_NAME} PROPERTY LOCATION) |
|
31 | #get_property(sqpcoreLocation TARGET ${SQPCORE_LIBRARY_NAME} PROPERTY LOCATION) | |
32 | list(APPEND SHARED_LIBRARIES_FROM_TARGETS ${sqpcoreLocation}) |
|
32 | list(APPEND SHARED_LIBRARIES_FROM_TARGETS ${sqpcoreLocation}) | |
33 |
|
33 | |||
34 | # |
|
34 | # |
General Comments 0
You need to be logged in to leave comments.
Login now