Add gal as dependency of common
This is required due to the use of COLOR4D in common
This commit is contained in:
parent
f9bc5914b3
commit
d1a2ed63c0
|
@ -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…
Reference in New Issue