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

CMakeLists.txt « ikvm-native - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74c6a1ab87d0940bba63e95075cae1f46b4fffca (plain)
1
2
3
4

ADD_DEFINITIONS(${GMODULE_CFLAGS})
ADD_LIBRARY(ikvm_native SHARED jni.c os.c jni.h)
TARGET_LINK_LIBRARIES(ikvm_native ${GMODULE_LIBS})