Added install command for 'atm_c' target

This commit is contained in:
Oleg E. Peil 2016-03-11 10:00:41 +01:00
parent 4145e55f77
commit 9acdc5a8f8
1 changed files with 1 additions and 0 deletions

View File

@ -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)