Skip to content

Commit

Permalink
Remove link against c++ standard lib and filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Nov 19, 2022
1 parent 18ba3aa commit a5eaf5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ if (EMSCRIPTEN)
#set_target_properties(diagon PROPERTIES SUFFIX ".wasm")

else()
target_link_libraries(diagon_lib PRIVATE -static-libstdc++)
target_link_libraries(diagon_lib PRIVATE stdc++fs)

install(TARGETS diagon RUNTIME DESTINATION "bin")

add_executable(input_output_test src/input_output_test.cpp)
Expand Down

0 comments on commit a5eaf5a

Please sign in to comment.