From 9acdc5a8f8d1739f571d2098f94ef8f5e46456ec Mon Sep 17 00:00:00 2001 From: "Oleg E. Peil" Date: Fri, 11 Mar 2016 10:00:41 +0100 Subject: [PATCH] Added install command for 'atm_c' target --- c++/plovasp/atm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/c++/plovasp/atm/CMakeLists.txt b/c++/plovasp/atm/CMakeLists.txt index 2f222969..89187189 100644 --- a/c++/plovasp/atm/CMakeLists.txt +++ b/c++/plovasp/atm/CMakeLists.txt @@ -5,5 +5,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/c++/plovasp/atm ${TRIQS_INCLUDE_ #add_executable(test_atm test2py.cpp) #target_link_libraries(test_atm atm_c) +install(TARGETS atm_c DESTINATION lib) add_subdirectory(test)