3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-26 23:22:22 +02:00
dft_tools/python/converters/plovasp/CMakeLists.txt

6 lines
185 B
CMake
Raw Normal View History

include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${TRIQS_INCLUDE_ALL})
triqs_python_extension(atm)
target_link_libraries(atm atm_c ${TRIQS_LIBRARY_ALL})
triqs_set_rpath_for_target(atm)