start moving core frameworks to external libraries
This commit is contained in:
@@ -94,6 +94,14 @@ find_package(OpenEXR REQUIRED)
|
||||
list(APPEND OLIVE_LIBRARIES ${OPENEXR_LIBRARIES})
|
||||
list(APPEND OLIVE_INCLUDE_DIRS ${OPENEXR_INCLUDES})
|
||||
|
||||
# Link Olive
|
||||
find_package(Olive REQUIRED
|
||||
COMPONENTS
|
||||
Core
|
||||
)
|
||||
list(APPEND OLIVE_LIBRARIES ${LIBOLIVE_LIBRARIES})
|
||||
list(APPEND OLIVE_INCLUDE_DIRS ${LIBOLIVE_INCLUDE_DIRS})
|
||||
|
||||
# Link Qt
|
||||
set(QT_LIBRARIES
|
||||
Core
|
||||
|
||||
Reference in New Issue
Block a user