Files
ThirdParty-6/ParaView-5.0.1/ThirdParty/pygments/CMakeLists.txt

11 lines
527 B
CMake

# A little extra info on the directory structure in the source tree.
# <CURRENT_SOURCE_DIR>
# VTK module files and CMakeLists.txt files.
# <CURRENT_SOURCE_DIR>/pygments
# Directory corresponding to the Pygments source from pygments.org
# stripped down to remove files we do not care about.
# <CURRENT_SOURCE_DIR>/pygments/pygments
# The pygments Python package which gets imported in Python interpretor.
include(vtkModuleMacrosPython)
vtk_module_python_package(${vtk-module} "pygments/pygments" CAN_USE_SYSTEM)