mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
6 lines
90 B
CMake
6 lines
90 B
CMake
add_subdirectory(c++)
|
|
|
|
if(${TRIQS_WITH_PYTHON_SUPPORT})
|
|
add_subdirectory(python)
|
|
endif()
|