aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
author杨博 (Yang Bo) <pop.atry@gmail.com>2016-06-16 12:35:39 +0800
committerGitHub <noreply@github.com>2016-06-16 12:35:39 +0800
commit115d814ea3d489afcbb1e731d406af33cfd7d6c2 (patch)
tree5b262b20c68d078fcc9e5e21555fd2acb7668611 /plugin
parente381a1c885cff05f93dadc89a182b81b02c63ff7 (diff)
downloadsbt-jni-115d814ea3d489afcbb1e731d406af33cfd7d6c2.tar.gz
sbt-jni-115d814ea3d489afcbb1e731d406af33cfd7d6c2.tar.bz2
sbt-jni-115d814ea3d489afcbb1e731d406af33cfd7d6c2.zip
Include *.cc files
Diffstat (limited to 'plugin')
-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"
)