2016-11-25 14:45:52 +01:00
|
|
|
include( FindPythonModule )
|
|
|
|
|
include( PythonPackage )
|
2016-11-21 12:04:27 +01:00
|
|
|
|
|
|
|
|
python_module( inspect OPTIONAL )
|
|
|
|
|
if (DEFINED PY_inspect)
|
|
|
|
|
message(STATUS "We have inspect.")
|
|
|
|
|
else()
|
|
|
|
|
message(STATUS "We do not have inspect, ignoring ...")
|
|
|
|
|
endif()
|
2016-11-25 14:45:52 +01:00
|
|
|
|
|
|
|
|
add_subdirectory( sunbeam )
|