aboutsummaryrefslogtreecommitdiff
path: root/plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt')
-rw-r--r--plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt b/plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt
index c03234d..3e7d753 100644
--- a/plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt
+++ b/plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt
@@ -29,6 +29,7 @@ include_directories(${JNI_INCLUDE_DIRS})
# Sources
file(GLOB LIB_SRC
"*.c"
+ "*.cc"
"*.cpp"
)