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
184dec146c
strawberry-audio-player-win...
/
3rdparty
/
sha2
/
CMakeLists.txt
5 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
Initial commit.
2018-02-27 18:06:05 +01:00
cmake_minimum_required
(
VERSION
2.8.11
)
Fix compile with clang and openbsd
2018-05-14 17:57:37 +02:00
set
(
CMAKE_CXX_STANDARD
11
)
Initial commit.
2018-02-27 18:06:05 +01:00
add_library
(
sha2
STATIC
sha2.cpp
)