aboutsummaryrefslogtreecommitdiff
path: root/Plugin.cmake
blob: cba2eeb4b13bd43678b3969fc6d883513751de10 (plain)
1
2
3
4
5
6
7
8
9
set(PLUGIN_NAME nstrexists)

# Dependencies
    # None

# Source files
set(CPPFILES src/opcodes.cpp)
make_plugin(${PLUGIN_NAME} "${CPPFILES}")
target_include_directories(${PLUGIN_NAME} PRIVATE ${CSOUND_INCLUDE_DIRS})