Skip to content

Commit

Permalink
fix path name case issue. [skip Windows][skip macOS][skip Android][sk…
Browse files Browse the repository at this point in the history
…ip iOS]
  • Loading branch information
pigpigyyy committed Jan 30, 2024
1 parent 198cca7 commit 3a5e26a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project/Linux/build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ project(Dora-SSR)
set(CMAKE_CXX_STANDARD 20)

find_package(SDL2 REQUIRED)
include_directories(${SDL2_INCLUDE_DIRS})

include_directories(
${SDL2_INCLUDE_DIRS}
Expand All @@ -23,8 +22,8 @@ include_directories(
../../../Source/3rdParty/sqlite
../../../Source/3rdParty/dragonBones
../../../Source/3rdParty/wasm3
../../../source/3rdParty/asio
../../../source/3rdParty/zlib
../../../Source/3rdParty/asio
../../../Source/3rdParty/zlib
)

add_library(BGFX-lib STATIC IMPORTED)
Expand Down

0 comments on commit 3a5e26a

Please sign in to comment.