File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ target_link_libraries(${PROJECT_NAME}
1717target_include_directories (${PROJECT_NAME} PUBLIC
1818 $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /../include >
1919)
20+
21+ # not part of the release?
22+ #install(TARGETS ${PROJECT_NAME} DESTINATION bin)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ target_link_libraries(Debugviewpp
3838 fmt::fmt
3939)
4040
41- install (TARGETS Debugviewpp RUNTIME DESTINATION bin)
41+ install (TARGETS Debugviewpp DESTINATION bin)
4242
4343target_include_directories (Debugviewpp PUBLIC
4444 $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /../include >
Original file line number Diff line number Diff line change 1- #define VERSION 1,9,0,24
2- #define VERSION_STR "1.9.0.24 "
1+ #define VERSION 1,9,0,28
2+ #define VERSION_STR "1.9.0.28 "
Original file line number Diff line number Diff line change 33 <?define ProductVersion .Major=" 1" ?>
44 <?define ProductVersion .Minor=" 9" ?>
55 <?define ProductVersion .Revision=" 0" ?>
6- <?define ProductVersion .Build=" 24 " ?>
7- <?define ProductVersion =" 1.9.0.24 " ?>
6+ <?define ProductVersion .Build=" 28 " ?>
7+ <?define ProductVersion =" 1.9.0.28 " ?>
88</Include >
You can’t perform that action at this time.
0 commit comments