Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AfterEffectsSDK/**/*
#Source/Effects/FsAlphaThreshold/*
Source/Effects/FsAnimatedNoise/*
Source/Effects/FsCCplus/*
Source/Effects/FsCellGrad/*
#Source/Effects/FsCellGrad/*
#Source/Effects/FsChannelBlur/*
#Source/Effects/FsChannelNoise/*
Source/Effects/FsChannelShift/*
Expand Down
10 changes: 4 additions & 6 deletions Source/Effects/FsCellGrad/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
project("CellGrad")

# Set the plugin specific source files
set(${PROJECT_NAME}_SOURCES
CellGrad.cpp
)
#Set the plugin specific source files
set(${PROJECT_NAME} _SOURCES CellGrad.cpp)

# Call the common plugin build function
build_ae_plugin(${PROJECT_NAME})
#Call the common plugin build function
build_ae_plugin(${PROJECT_NAME})
Loading
Loading