CMakeLists.txt 180 字节
Newer Older
Y
Yu Yang 已提交
1 2 3 4 5
if (NOT APPLE)
  # The Mac OS X backend will not be able to function correctly if Python is
  # not installed as a framework.
  add_python_test(test_ploter test_ploter.py)
endif()