mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 05:08:04 +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)
|
cmake_minimum_required(VERSION 3.28)
|
||||||
project(clay)
|
project(clay)
|
||||||
|
|
||||||
if(!MSVC)
|
add_subdirectory("examples/cpp-project-example")
|
||||||
|
|
||||||
|
if(NOT MSVC)
|
||||||
add_subdirectory("examples/raylib-sidebar-scrolling-container")
|
add_subdirectory("examples/raylib-sidebar-scrolling-container")
|
||||||
add_subdirectory("examples/clay-official-website")
|
add_subdirectory("examples/clay-official-website")
|
||||||
else()
|
|
||||||
add_subdirectory("examples/cpp-project-example")
|
|
||||||
endif()
|
endif()
|
Loading…
Reference in New Issue
Block a user