From ecdc5bcdd0253ae232737b70126deee12889ed00 Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Fri, 16 Aug 2024 02:20:53 -0600 Subject: [PATCH] (Chore): Configure VS startup project --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d67419..93f674c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,3 +83,5 @@ target_link_libraries(rlImGui PRIVATE raylib ImGui) # Link ImGui and rlImGui with the executable target_link_libraries(${PROJECT_NAME} PRIVATE ImGui rlImGui) + +set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${PROJECT_NAME}) \ No newline at end of file