Skip to content

Commit

Permalink
Enable the use of C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
bylaws authored and PixelyIon committed Aug 15, 2020
1 parent 8dc9a10 commit be70f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ add_library(skyline SHARED
)

target_link_libraries(skyline vulkan android fmt tinyxml2 oboe lz4_static)
set(CMAKE_CXX17_EXTENSION_COMPILE_OPTION "-std=c++2a")
target_compile_options(skyline PRIVATE -Wno-c++17-extensions -Wall -Wno-reorder -Wno-missing-braces -Wno-unused-variable -Wno-unused-private-field)

0 comments on commit be70f87

Please sign in to comment.