Skip to content

Commit

Permalink
more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matjam committed Mar 17, 2024
1 parent dd79a1d commit 94de6ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set(CMAKE_VERBOSE_MAKEFILE ON)

file(STRINGS "version.txt" version REGEX "^([0-9]+)\\.([0-9]+)\\.([0-9]+)")

set(CMAKE_C_COMPILER gcc)
set(CMAKE_CXX_COMPILER g++)

project(smoothpaper
VERSION ${version}
DESCRIPTION "A wallpaper manager with smooth transitions for X11 Window Managers"
Expand Down

0 comments on commit 94de6ff

Please sign in to comment.