Skip to content

Commit

Permalink
ci: path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zoogies committed Aug 29, 2024
1 parent c39ca19 commit 35c2a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if(UNIX)

# Check if YOYOENGINE_PATH is defined
if(NOT DEFINED YOYO_ENGINE_PATH)
set(YOYO_ENGINE_PATH ${yoyoengine_SOURCE_DIR})
set(YOYO_ENGINE_PATH ${yoyoengine_SOURCE_DIR}/engine)
endif()

add_subdirectory(${YOYO_ENGINE_PATH} ${CMAKE_BINARY_DIR}/yoyoengine)
Expand Down

0 comments on commit 35c2a72

Please sign in to comment.