Browse Source

Add gal as dependency of common

This is required due to the use of COLOR4D in common
pull/3/merge
Chris Pavlina 9 years ago
parent
commit
d1a2ed63c0
  1. 1
      common/CMakeLists.txt

1
common/CMakeLists.txt

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

Loading…
Cancel
Save