File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -159,17 +159,17 @@ target_include_directories(qucsator
159159## DL libs needed for opening a shared library
160160target_link_libraries (qucsator libqucsator ${CMAKE_DL_LIBS} )
161161
162- ##
163- ## Handle install
164- ##
165- # install(TARGETS qucsator DESTINATION bin)
166-
167- ## set Windows runtime location for libqucsator See:
168- ## http://www.cmake.org/pipermail/cmake/2010-June/037461.html
169- # install(
170- # TARGETS libqucsator
171- # RUNTIME DESTINATION bin COMPONENT runtime
172- # ARCHIVE DESTINATION lib COMPONENT devel
173- # LIBRARY DESTINATION lib COMPONENT library)
162+ #
163+ # Handle install
164+ #
165+ install (TARGETS qucsator DESTINATION bin)
166+
167+ # set Windows runtime location for libqucsator See:
168+ # http://www.cmake.org/pipermail/cmake/2010-June/037461.html
169+ install (
170+ TARGETS libqucsator
171+ RUNTIME DESTINATION bin COMPONENT runtime
172+ ARCHIVE DESTINATION lib COMPONENT devel
173+ LIBRARY DESTINATION lib COMPONENT library)
174174
175175#install(FILES ${PUBLIC_HEADERS} DESTINATION include/qucsator)
You can’t perform that action at this time.
0 commit comments