11cmake_minimum_required (VERSION  3.12.0) # target_link_libraries with OBJECT libs & project homepage url 
22
33project (fastfetch
4-     VERSION  2.38.0 
4+     VERSION  2.39.1 
55    LANGUAGES C
66    DESCRIPTION "Fast neofetch-like system information tool" 
77    HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch" 
@@ -708,7 +708,6 @@ elseif(FreeBSD)
708708        src/detection/uptime/uptime_bsd.c
709709        src/detection/users/users_linux.c
710710        src/detection/wallpaper/wallpaper_linux.c
711-         src/detection/wifi/wifi_bsd.c
712711        src/detection/wm/wm_nosupport.c
713712        src/detection/de/de_linux.c
714713        src/detection/wmtheme/wmtheme_linux.c
@@ -720,10 +719,12 @@ elseif(FreeBSD)
720719    if (DragonFly)
721720        list (APPEND  LIBFASTFETCH_SRC
722721            src/detection/bluetooth/bluetooth_nosupport.c
722+             src/detection/wifi/wifi_nosupport.c
723723        )
724724    else ()
725725        list (APPEND  LIBFASTFETCH_SRC
726726            src/detection/bluetooth/bluetooth_bsd.c
727+             src/detection/wifi/wifi_bsd.c
727728        )
728729    endif ()
729730elseif (NetBSD)
@@ -739,7 +740,7 @@ elseif(NetBSD)
739740        src/detection/bluetooth/bluetooth_nosupport.c
740741        src/detection/bluetoothradio/bluetoothradio_nosupport.c
741742        src/detection/board/board_nbsd.c
742-         src/detection/bootmgr/bootmgr_nosupport .c
743+         src/detection/bootmgr/bootmgr_bsd .c
743744        src/detection/brightness/brightness_nbsd.c
744745        src/detection/btrfs/btrfs_nosupport.c
745746        src/detection/chassis/chassis_nbsd.c
@@ -817,22 +818,22 @@ elseif(OpenBSD)
817818        src/common/processing_linux.c
818819        src/common/sysctl.c
819820        src/detection/battery/battery_obsd.c
820-         src/detection/bios/bios_nosupport .c
821+         src/detection/bios/bios_windows .c
821822        src/detection/bluetooth/bluetooth_nosupport.c
822823        src/detection/bluetoothradio/bluetoothradio_nosupport.c
823-         src/detection/board/board_nosupport .c
824-         src/detection/bootmgr/bootmgr_nosupport .c
824+         src/detection/board/board_windows .c
825+         src/detection/bootmgr/bootmgr_bsd .c
825826        src/detection/brightness/brightness_obsd.c
826827        src/detection/btrfs/btrfs_nosupport.c
827-         src/detection/chassis/chassis_nosupport .c
828+         src/detection/chassis/chassis_windows .c
828829        src/detection/cpu/cpu_obsd.c
829-         src/detection/cpucache/cpucache_nosupport .c
830+         src/detection/cpucache/cpucache_shared .c
830831        src/detection/cpuusage/cpuusage_bsd.c
831832        src/detection/cursor/cursor_linux.c
832833        src/detection/disk/disk_bsd.c
833834        src/detection/dns/dns_linux.c
834835        src/detection/physicaldisk/physicaldisk_nosupport.c
835-         src/detection/physicalmemory/physicalmemory_nosupport .c
836+         src/detection/physicalmemory/physicalmemory_linux .c
836837        src/detection/diskio/diskio_obsd.c
837838        src/detection/displayserver/linux/displayserver_linux.c
838839        src/detection/displayserver/linux/drm.c
@@ -889,6 +890,7 @@ elseif(OpenBSD)
889890        src/detection/zpool/zpool_nosupport.c
890891        src/util/platform/FFPlatform_unix.c
891892        src/util/binary_linux.c
893+         src/util/smbiosHelper.c
892894    )
893895elseif (APPLE )
894896    list (APPEND  LIBFASTFETCH_SRC
@@ -1034,6 +1036,7 @@ elseif(WIN32)
10341036        src/util/windows/version .c
10351037        src/util/platform/FFPlatform_windows.c
10361038        src/util/binary_windows.c
1039+         src/util/debug_windows.c
10371040    )
10381041elseif (SunOS)
10391042    list (APPEND  LIBFASTFETCH_SRC
0 commit comments