2016-05-26 12:01:50 +01:00
|
|
|
set_source_files_properties (mraapython.i PROPERTIES CPLUSPLUS ON)
|
|
|
|
|
set_source_files_properties (mraapython.i PROPERTIES SWIG_FLAGS "-I${CMAKE_BINARY_DIR}/src")
|
2015-02-28 18:08:50 -08:00
|
|
|
|
2017-06-13 16:48:37 +02:00
|
|
|
if (PYTHON2_LIBRARY)
|
|
|
|
|
add_subdirectory (python2)
|
|
|
|
|
endif ()
|
|
|
|
|
if (PYTHON3_LIBRARY)
|
|
|
|
|
add_subdirectory (python3)
|
|
|
|
|
endif ()
|