Skip to content

Commit c6a9f68

Browse files
committed
enable install
1 parent c51e80c commit c6a9f68

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/CMakeLists.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,17 @@ target_include_directories(qucsator
159159
## DL libs needed for opening a shared library
160160
target_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)

0 commit comments

Comments
 (0)