From c3a12ef7ec560451154f8b0dbc3727e81f23ffb5 Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Fri, 16 Aug 2024 03:01:05 -0600 Subject: [PATCH] (Chore): Configure VS startup project --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93f674c..3d67419 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,5 +83,3 @@ 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