Add gal as dependency of common

This is required due to the use of COLOR4D in common
This commit is contained in:
Chris Pavlina 2017-02-22 19:45:52 -05:00
parent f9bc5914b3
commit d1a2ed63c0
1 changed files with 1 additions and 0 deletions

View File

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