We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a90ec commit 1e2bf01Copy full SHA for 1e2bf01
CMakeLists.txt
@@ -3,3 +3,5 @@ cmake_minimum_required (VERSION 3.13)
3
project (Https CXX)
4
5
add_subdirectory (src)
6
+
7
+set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT https)
0 commit comments