X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Lib%2FSpatioTemporalMeanShift%2FCMakeLists.txt;fp=Lib%2FSpatioTemporalMeanShift%2FCMakeLists.txt;h=2fce5933eb3479030a9ef204f4d635f9645e9d1f;hb=29f7ebaae72aa02beabb9f842816c275e297ffa9;hp=c5ed43e21b3c55ed3e7d0a88def903d343ba191e;hpb=24c64f13145b43b638d11d938dcc24a9dc89cb74;p=STMS.git diff --git a/Lib/SpatioTemporalMeanShift/CMakeLists.txt b/Lib/SpatioTemporalMeanShift/CMakeLists.txt index c5ed43e..2fce593 100755 --- a/Lib/SpatioTemporalMeanShift/CMakeLists.txt +++ b/Lib/SpatioTemporalMeanShift/CMakeLists.txt @@ -80,6 +80,8 @@ IF ( BUILD_${LIBRARY_NAME} ) TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${${LIBRARY_NAME}_LINK_LIBRARIES} ) SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES LINKER_LANGUAGE C) + install(TARGETS ${LIBRARY_NAME} DESTINATION lib) + install(FILES ${LIBRARY_NAME_HEADERS} DESTINATION include) # #----------------------------------------------------------------------------