he advantages of being disorderly is that one is constantly making
discoveries.
-AA Milne
-Original Message-
Message: 1
Date: Tue, 27 Apr 2010 18:04:46 -0400
From: "Simmons, Aaron"
Subject: [CMake] making a jar from swig-generated jni library
To: "cmake@cmake.org&quo
I am using swig in cmake to create a JNI wrapper around a C++ library.
Everything is working fine, however I would like to jar up all the
swig-generated java files. I'm not sure how to do it.
My project looks more or less like this:
cmake_minimum_required(VERSION 2.8)
project(m