3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-09 12:53:46 +02:00
dft_tools/python/converters/plovasp/CMakeLists.txt

14 lines
475 B
CMake
Raw Normal View History

set(python_destination pytriqs/applications/dft/converters/plovasp)
2017-12-07 15:56:05 +01:00
add_cpp2py_module(atm)
target_link_libraries(atm atm_c triqs)
#triqs_set_rpath_for_target(atm)
target_compile_options(atm PRIVATE -std=c++14)
# This we need in order for tests to work
2017-12-07 15:56:05 +01:00
#add_custom_command(TARGET atm POST_BUILD COMMAND ln -fs ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}/atm.so ${CMAKE_BINARY_DIR}/python/dft/converters/plovasp)
install (TARGETS atm DESTINATION ${PYTHON_LIB_DEST})