aboutsummaryrefslogtreecommitdiff
path: root/Plugin.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin.cmake')
-rw-r--r--Plugin.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin.cmake b/Plugin.cmake
index cec008c..febebda 100644
--- a/Plugin.cmake
+++ b/Plugin.cmake
@@ -11,7 +11,7 @@ if(NOT PostgreSQL_FOUND AND NOT SQLITE3_FOUND AND NOT MYSQLCONNECTORCPP_FOUND)
endif()
# Source files
-set(CPPFILES src/opcodes.cpp src/connection.cpp)
+set(CPPFILES src/opcodes.cpp src/connection.cpp src/tools.cpp)
set(INCLUDES ${CSOUND_INCLUDE_DIRS} "include")
set(LIBS "")