diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bbe6d11..6adf9f9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.28) project(clay) -if(!MSVC) +add_subdirectory("examples/cpp-project-example") + +if(NOT MSVC) add_subdirectory("examples/raylib-sidebar-scrolling-container") add_subdirectory("examples/clay-official-website") -else() -add_subdirectory("examples/cpp-project-example") endif() \ No newline at end of file