summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2022-04-27add back/forward history to tabsouwou
also lots of reformatting in .cmake because clion is weird and did that for some reason
2022-04-09add server icons to channelsouwou
2022-04-08basic tabs systemouwou
2022-04-08pull in libhandy optionallyouwou
2021-11-29rename find module (fixes #50)ouwou
2021-11-24remove SimpleIni as a dependencyouwou
use Glib::KeyFile instead which is basically the same file format also read into and save from struct once, cuz its faster and less redundant
2021-10-11make ixwebsocket find module workouwou
2021-10-11use find modules for ixwebsocket/simpleiniouwou
2021-10-06remove FOUND_VARouwou
should also fix compilation in some situations because of sigc++
2021-05-24initial font stuffouwou
2021-01-28fix buildouwou
2021-01-23remove cpr as a dependency (#21)ouwou
abstract away library usage
2021-01-07improve build process, add github actionsouwou