Skip to content

Commit

Permalink
Fix demo path in cmake. Though I don't expect ci on Windows pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
crupest committed Oct 15, 2023
1 parent 4786d81 commit 5d077a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ add_library(CruDemoBase INTERFACE)
target_link_libraries(CruDemoBase INTERFACE CruPlatformBootstrap)

if(WIN32)
add_subdirectory(graphics)
add_subdirectory(Graphics/DrawCircle)

add_subdirectory(main)
add_subdirectory(ScrollView)
Expand All @@ -21,7 +21,7 @@ elseif(APPLE)
elseif(EMSCRIPTEN)

elseif(UNIX)
add_subdirectory(graphics)
add_subdirectory(Graphics/DrawCircle)
add_subdirectory(xcb)
endif()

Expand Down

0 comments on commit 5d077a7

Please sign in to comment.