22 lines
704 B
CMake
22 lines
704 B
CMake
set(OLIVE_SOURCES
|
|
${OLIVE_SOURCES}
|
|
pluginSupport/OlivePlugin.h
|
|
pluginSupport/OlivePlugin.cpp
|
|
pluginSupport/Dialog.cpp
|
|
pluginSupport/Core.cpp
|
|
pluginSupport/DrawSuite.cpp
|
|
pluginSupport/GpuRender.cpp
|
|
pluginSupport/ImageEffect.cpp
|
|
pluginSupport/Interact.cpp
|
|
pluginSupport/KeySyms.cpp
|
|
pluginSupport/Memory.cpp
|
|
pluginSupport/MultiThread.cpp
|
|
pluginSupport/OpenGLRender.cpp
|
|
pluginSupport/Param.cpp
|
|
pluginSupport/ParametricParam.cpp
|
|
pluginSupport/Pixels.cpp
|
|
pluginSupport/Progress.cpp
|
|
pluginSupport/Property.cpp
|
|
pluginSupport/TimeLine.cpp
|
|
PARENT_SCOPE
|
|
) |