Skip to content

Commit

Permalink
[CMake] Allow LLGL_OUTPUT_DIR to be overridden in CMakeLists.txt scri…
Browse files Browse the repository at this point in the history
…pt (fixes #159).
  • Loading branch information
LukasBanana committed Feb 15, 2025
1 parent b1add83 commit 3df9f9c
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 @@ -76,7 +76,7 @@ endif()

# === Build path ===

set(LLGL_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/build)
set(LLGL_OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}/build" CACHE PATH "Override binary output directory")

set( EXTERNAL_MODULE_DIR "${PROJECT_SOURCE_DIR}/cmake" )
set( PROJECT_INCLUDE_DIR "${PROJECT_SOURCE_DIR}/include" )
Expand Down

0 comments on commit 3df9f9c

Please sign in to comment.