3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-07 03:46:05 +02:00
dft_tools/c++/plovasp/atm/CMakeLists.txt
Oleg E. Peil ea87d5bf11 Fixed module and library paths
In version 1.4 all python applications moved from the root python
library to `pytriqs/` subdirectory.
2016-03-11 12:14:31 +01:00

9 lines
312 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})
install(TARGETS atm_c DESTINATION lib)
add_subdirectory(test)