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 2b5ef71 commit 1dafd8cCopy full SHA for 1dafd8c
CMakeLists.txt
@@ -15,3 +15,5 @@ FetchContent_MakeAvailable(SFML)
15
add_executable(main src/main.cpp)
16
target_compile_features(main PRIVATE cxx_std_17)
17
target_link_libraries(main PRIVATE SFML::Graphics)
18
+
19
+set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT main)
0 commit comments