2009-05-24 Zoltan Varga <vargaz@gmail.com>
[mono.git] / ikvm-native / CMakeLists.txt
diff --git a/ikvm-native/CMakeLists.txt b/ikvm-native/CMakeLists.txt
new file mode 100644 (file)
index 0000000..74c6a1a
--- /dev/null
@@ -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