swig handling

This commit is contained in:
Vítor Santos Costa
2015-08-18 15:05:07 -05:00
parent 4cd70e68ce
commit 72776e3b14
6 changed files with 214 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
FIND_PACKAGE(PythonLibs)
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH})
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/CXX)
set_source_files_properties( yap.i
PROPERTIES CPLUSPLUS ON)