mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-15 18:30:39 +01:00
4 lines
74 B
CMake
4 lines
74 B
CMake
|
cmake_minimum_required(VERSION 2.8.11)
|
||
|
|
||
|
add_library(sha2 STATIC sha2.cpp)
|