mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
055e7519ba
* 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()
|