mirror of
https://github.com/triqs/dft_tools
synced 2025-04-28 03:04:57 +02:00

* change in Build_Documentation control flow * don’t Build_Documentation of deps if EXCLUDE_FROM_ALL * export new APP4TRIQS_WITH_PYTHON_SUPPORT variable in config.cmake
6 lines
75 B
CMake
6 lines
75 B
CMake
add_subdirectory(c++)
|
|
|
|
if(PythonSupport)
|
|
add_subdirectory(python)
|
|
endif()
|