Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2009-05-24 05:25:53 +0400
committerZoltan Varga <vargaz@gmail.com>2009-05-24 05:25:53 +0400
commit96d362f56aeb0f5dc5d1f3a5f8f3ebc6c8c5b44a (patch)
treed3b7eda3eb5d6c700eddcf4f0a970b5e8e71adc1 /ikvm-native
parent3cc1728cbda95a3148256f1eb69edb602cd1b168 (diff)
2009-05-24 Zoltan Varga <vargaz@gmail.com>
* */CMakeLists.txt: Add beginnings of a cmake based build system. svn path=/trunk/mono/; revision=134645
Diffstat (limited to 'ikvm-native')
-rw-r--r--ikvm-native/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ikvm-native/CMakeLists.txt b/ikvm-native/CMakeLists.txt
new file mode 100644
index 00000000000..74c6a1ab87d
--- /dev/null
+++ b/ikvm-native/CMakeLists.txt
@@ -0,0 +1,4 @@
+
+ADD_DEFINITIONS(${GMODULE_CFLAGS})
+ADD_LIBRARY(ikvm_native SHARED jni.c os.c jni.h)
+TARGET_LINK_LIBRARIES(ikvm_native ${GMODULE_LIBS}) \ No newline at end of file