File tree 4 files changed +8
-5
lines changed
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}
17
17
target_include_directories (${PROJECT_NAME} PUBLIC
18
18
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /../include >
19
19
)
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
38
38
fmt::fmt
39
39
)
40
40
41
- install (TARGETS Debugviewpp RUNTIME DESTINATION bin)
41
+ install (TARGETS Debugviewpp DESTINATION bin)
42
42
43
43
target_include_directories (Debugviewpp PUBLIC
44
44
$<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 3
3
<?define ProductVersion .Major=" 1" ?>
4
4
<?define ProductVersion .Minor=" 9" ?>
5
5
<?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 " ?>
8
8
</Include >
You can’t perform that action at this time.
0 commit comments