Skip to content

Commit 1e2bf01

Browse files
committed
Set default VS startup project.
1 parent e0a90ec commit 1e2bf01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ cmake_minimum_required (VERSION 3.13)
33
project (Https CXX)
44

55
add_subdirectory (src)
6+
7+
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT https)

0 commit comments

Comments
 (0)