|
|
@ -309,6 +309,7 @@ add_library( common STATIC ${COMMON_SRCS} ) |
|
|
add_dependencies( common lib-dependencies ) |
|
|
add_dependencies( common lib-dependencies ) |
|
|
add_dependencies( common version_header ) |
|
|
add_dependencies( common version_header ) |
|
|
target_link_libraries( common |
|
|
target_link_libraries( common |
|
|
|
|
|
gal |
|
|
${Boost_LIBRARIES} |
|
|
${Boost_LIBRARIES} |
|
|
${CURL_LIBRARIES} |
|
|
${CURL_LIBRARIES} |
|
|
${OPENSSL_LIBRARIES} # empty on Apple |
|
|
${OPENSSL_LIBRARIES} # empty on Apple |
|
|
|