Skip to content

Commit

Permalink
build projects on other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarker committed Sep 28, 2024
1 parent 48cb2f3 commit e9e5500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit e9e5500

Please sign in to comment.