Skip to content
Snippets Groups Projects
Commit 8b8f7c72 authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update CMakeLists.txt

parent 8eb24333
No related branches found
No related tags found
No related merge requests found
Pipeline #1781 passed
...@@ -56,7 +56,8 @@ endif(WIN32) ...@@ -56,7 +56,8 @@ endif(WIN32)
target_link_libraries(pwrutils ${LIBS} ) target_link_libraries(pwrutils ${LIBS} )
set_target_properties(pwrutils PROPERTIES set_target_properties(pwrutils PROPERTIES
VERSION "${pwrutils_ver_major}.${pwrutils_ver_minor}.${pwrutils_ver_patch}" VERSION "${pwrutils_ver_major}.${pwrutils_ver_minor}.${pwrutils_ver_patch}"
SOVERSION ${pwrutils_ver_major}) SOVERSION "${pwrutils_ver_major}.${pwrutils_ver_minor}.${pwrutils_ver_patch}"
)
install(TARGETS pwrutils install(TARGETS pwrutils
RUNTIME DESTINATION bin RUNTIME DESTINATION bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment