3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-17 00:20:39 +02:00
dft_tools/c++/plovasp/atm/CMakeLists.txt
2016-03-11 10:00:41 +01:00

11 lines
389 B
CMake

# Linking and include info
add_library(atm_c dos_tetra3d.hpp dos_tetra3d.cpp argsort.hpp argsort.cpp)
set_target_properties(atm_c PROPERTIES LINKER_LANGUAGE CXX)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/c++/plovasp/atm ${TRIQS_INCLUDE_ALL})
#add_executable(test_atm test2py.cpp)
#target_link_libraries(test_atm atm_c)
install(TARGETS atm_c DESTINATION lib)
add_subdirectory(test)