Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
irrld committed Oct 12, 2023
1 parent 16fb9c6 commit 57dabdc
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 @@ -69,7 +69,7 @@ set(APP_DIR ${CMAKE_SOURCE_DIR})
project (${APP_NAME})
set(CMAKE_BUILD_TYPE Debug)

if(NOT DEFINED)
if(NOT DEFINED TOP_DIR)
set(TOP_DIR ${APP_DIR}/../..)
endif()
set(MAIN_DIR ${TOP_DIR}/GlistEngine)
Expand Down

0 comments on commit 57dabdc

Please sign in to comment.