mirror of
https://github.com/decompals/wibo.git
synced 2025-07-13 08:35:58 +00:00
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
|
user32.cpp
|
||||||
version.cpp
|
version.cpp
|
||||||
)
|
)
|
||||||
|
target_link_libraries(wibo PRIVATE stdc++fs)
|
||||||
install(PROGRAMS wibo DESTINATION bin)
|
install(PROGRAMS wibo DESTINATION bin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user