3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 08:24:54 +02:00
dft_tools/test/CMakeLists.txt
AlynJ ce4aed3551
elk-interface bug fixes (#228)
updated the Elk interface to fix some minor bugs which arose for certain systems with equivalent atoms. I've also included new tests for this interface and collated all of these interface tests in the "test/python/elk" subdirectory.
2022-11-10 11:11:28 -05:00

8 lines
139 B
CMake

add_subdirectory(c++)
if(PythonSupport)
add_subdirectory(python)
add_subdirectory(python/plovasp)
add_subdirectory(python/elk)
endif()