mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 12:55:17 +01:00
5 lines
91 B
CMake
5 lines
91 B
CMake
add_subdirectory(c++)
|
|
if (${TRIQS_WITH_PYTHON_SUPPORT})
|
|
add_subdirectory(python)
|
|
endif()
|