From 115d814ea3d489afcbb1e731d406af33cfd7d6c2 Mon Sep 17 00:00:00 2001 From: "杨博 (Yang Bo)" Date: Thu, 16 Jun 2016 12:35:39 +0800 Subject: Include *.cc files --- plugin/src/main/resources/ch/jodersky/sbt/jni/templates/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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" ) -- cgit v1.2.3