Skip to content

Commit 93ab456

Browse files
committed
Add missing install step
1 parent 8721f34 commit 93ab456

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,5 @@ if (WIN32)
221221
target_link_libraries(labpowerqt Qt5::WinMain)
222222
set_property(TARGET labpowerqt PROPERTY WIN32_EXECUTABLE true)
223223
endif(WIN32)
224+
225+
install(TARGETS labpowerqt DESTINATION bin)

0 commit comments

Comments
 (0)