mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
11 lines
527 B
CMake
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)
|