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