This website requires JavaScript.
Explore
Help
Sign In
Funkwhale
/
strawberry-audio-player-windows-mac-linux
mirror of
https://github.com/strawberrymusicplayer/strawberry
Watch
1
Star
0
Fork
You've already forked strawberry-audio-player-windows-mac-linux
0
Code
Issues
Releases
Wiki
Activity
a9193f9b76
strawberry-audio-player-win...
/
3rdparty
/
utf8-cpp
/
CMakeLists.txt
3 lines
63 B
CMake
Raw
Normal View
History
Unescape
Escape
Improve CMake files (#460)
2020-06-17 22:56:20 +02:00
cmake_minimum_required
(
VERSION
3.0
)
Fix compile with clang and openbsd
2018-05-14 17:57:37 +02:00
set
(
CMAKE_CXX_STANDARD
11
)