Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMcClintock committed Aug 2, 2024
1 parent 641e277 commit 75f29b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ message(STATUS "Using local VST3 folder")
set(VST3_SDK ${VST3_SDK_FOLDER_OVERRIDE})
endif()

# plugins that want to link to the VST3 SDK need to be able to include files from the VST3 SDK
include_directories(
${VST3_SDK}
)

##################################################################################

project(GMPI_Samples)
Expand Down

0 comments on commit 75f29b7

Please sign in to comment.