mirror of https://github.com/decompals/wibo.git
Add -lstdc++fs to cmake for older GCC (#11)
This commit is contained in:
parent
4ae7bba638
commit
583769d7c8
|
@ -13,4 +13,5 @@ add_executable(wibo
|
|||
user32.cpp
|
||||
version.cpp
|
||||
)
|
||||
target_link_libraries(wibo PRIVATE stdc++fs)
|
||||
install(PROGRAMS wibo DESTINATION bin)
|
||||
|
|
Loading…
Reference in New Issue