Skip to content

Commit

Permalink
github actions should work with this
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 15, 2024
1 parent 409ffac commit 4edadc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ else()
set(SUBSYSTEM_LINKER_OPTIONS "-mwindows")
endif()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++20")

set_target_properties(TheFrim PROPERTIES
VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
)
Expand Down

0 comments on commit 4edadc3

Please sign in to comment.