File tree Expand file tree Collapse file tree 5 files changed +40
-113
lines changed Expand file tree Collapse file tree 5 files changed +40
-113
lines changed Original file line number Diff line number Diff line change 11packages /
22Debug /
33Release /
4+ out /
5+ build.debug /
6+ build.release /
47.vs /
58* .vcxproj.user
Original file line number Diff line number Diff line change 1+ {
2+ "configurations" : [
3+ {
4+ "name" : " x64-Debug" ,
5+ "generator" : " Ninja" ,
6+ "configurationType" : " Debug" ,
7+ "inheritEnvironments" : [ " msvc_x64_x64" ],
8+ "buildRoot" : " ${projectDir}\\ out\\ build\\ ${name}" ,
9+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
10+ "cmakeCommandArgs" : " " ,
11+ "buildCommandArgs" : " -v" ,
12+ "ctestCommandArgs" : " " ,
13+ "cmakeToolchain" : " ${projectDir}\\ submodules\\ vcpkg\\ scripts\\ buildsystems\\ vcpkg.cmake" ,
14+ "variables" : []
15+ },
16+ {
17+ "name" : " x64-Release" ,
18+ "generator" : " Ninja" ,
19+ "configurationType" : " Release" ,
20+ "buildRoot" : " ${projectDir}\\ out\\ build\\ ${name}" ,
21+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
22+ "cmakeCommandArgs" : " " ,
23+ "buildCommandArgs" : " -v" ,
24+ "ctestCommandArgs" : " " ,
25+ "cmakeToolchain" : " ${projectDir}\\ submodules\\ vcpkg\\ scripts\\ buildsystems\\ vcpkg.cmake" ,
26+ "inheritEnvironments" : [ " msvc_x64_x64" ],
27+ "variables" : []
28+ }
29+ ]
30+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3939endif ()
4040
4141include (GNUInstallDirs)
42- install (TARGETS signalrclient LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} )
42+
43+ install (TARGETS signalrclient
44+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
45+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
46+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
47+ )
Original file line number Diff line number Diff line change 1+ devenv.exe %CD%
You can’t perform that action at this time.
0 commit comments