We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffe354a + afa736c commit eea4150Copy full SHA for eea4150
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
2
3
project(fastfetch
4
- VERSION 2.0.1
+ VERSION 2.0.2
5
LANGUAGES C
6
DESCRIPTION "Fast system information tool"
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
@@ -825,6 +825,7 @@ elseif(WIN32)
825
)
826
elseif(BSD)
827
target_link_libraries(libfastfetch
828
+ PRIVATE "m"
829
PRIVATE "usbhid"
830
831
elseif(ANDROID)
0 commit comments