Skip to content

Commit

Permalink
Name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Aug 26, 2020
1 parent 0b44675 commit 060ac8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ set(test_case_sources
"${TEST_DIR}/test-JSGain.cpp"
)

# Finally invoke jamba_add_vst3_plugin
jamba_add_vst3_plugin(
# Finally invoke jamba_add_vst_plugin
jamba_add_vst_plugin(
TARGET "pongasoft_JambaSampleGain" # name of CMake target for the plugin
RELEASE_FILENAME "JambaSampleGain" # filename for the plugin (JambaSampleGain.vst3)
TARGETS_PREFIX "jsg_" # prefix used by all targets directly linked to this plugin
Expand Down

0 comments on commit 060ac8a

Please sign in to comment.