mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
ea87d5bf11
In version 1.4 all python applications moved from the root python library to `pytriqs/` subdirectory.
9 lines
312 B
CMake
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)
|