summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/src/python/CMakeLists.txt
blob: e014fad1696eccb170478762b13b75fbc79820b8 (plain)
1
2
3
4
5
set_source_files_properties (mraapython.i PROPERTIES CPLUSPLUS ON)
set_source_files_properties (mraapython.i PROPERTIES SWIG_FLAGS "-I${CMAKE_BINARY_DIR}/src")

add_subdirectory (python2)
add_subdirectory (python3)