mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 04:38:01 +00:00
build projects on other platforms
This commit is contained in:
parent
48cb2f3951
commit
e9e5500077
@ -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()
|
Loading…
Reference in New Issue
Block a user