Skip to content

Commit

Permalink
Fix linux compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Apr 17, 2023
1 parent 820da3a commit 36d7185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ set(OGGVORBIS_SOURCES
file(GLOB RAPIDJSON_INCLUDES libs/rapidjson/include/rapidjson/*.h)
endif()

file(GLOB OPEN_PLATFORM_INCLUDES libs/open-platform/include/*.h)
file(GLOB OPEN_PLATFORM_INCLUDES libs/open-platform/include)
include_directories(${OPEN_PLATFORM_INCLUDES})
#file(GLOB OPEN_PLATFORM_SOURCES libs/platform/*.cpp)

Expand Down

0 comments on commit 36d7185

Please sign in to comment.