aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-11-07cleanup, make main components optional at compile timeJan200101
2021-08-01update min cmake, add wine to lib, make base emptyJan200101
2021-05-18improve cmake files, add simple curl mock, clean up on download errorJan200101
2021-05-08add work in progress windows supportJan200101
to run lutris installers on windows soon
2021-02-03clean up logic some moreJan200101
2020-12-19add conversion warnings, fix existing flawsJan200101
2020-12-16add more warning flags, correct syntax, add UNUSED macro, […]Jan200101
- added -Wall -Wextra -pedantic to the compile options - various syntax has been corrected: - static is used before const - correct integer types are used in for loops - empty newlines are added - every command has an argc and argv but some don't use them so they are marked as potentially unused if compiled on a GNUC compatible compiler - mark JSONC variables as advanced so they do not show up as generic variables
2020-11-23specify languageJan200101
2020-11-23get the size of the correct variable0.1.9Jan200101
sizeof(dxvkdir) returns the size of void*, not what we want
2020-11-22bump version, quality of life changes […]0.1.8Jan200101
- add cmake install target - remove unused code from dxvk
2020-11-21bump version, make default build type Release0.1.6Jan200101
2020-11-21Change name and version printout to be a status messageJan200101
2020-10-20properly include header directories, change how json-c is foundJan200101
2020-10-11replace meson with cmakeJan200101
meson is nice but its completly foreign to me and leaves targets to compile to (e.g Makefile) might revisit in the future but now right now