This website works better with JavaScript.
Explore
Help
Register
Sign In
wilderjds
/
xournalpp
Watch
1
Star
0
Fork
You've already forked xournalpp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4198
Commits
10
Branches
0
Tags
40 MiB
C++
92.2%
CMake
4.4%
C
1.6%
Shell
0.7%
NSIS
0.4%
Other
0.3%
Tag:
Branch:
Tree:
6fa6d3c98e
master
palette
presentation
upstream-master
wilder/main
wilder/main-rebasing
wilder/palette
wilder/palette-rebase
wilder/rebase
wilder/unmaintained
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6fa6d3c98e'
${ noResults }
xournalpp
/
PreLoad.cmake
4 lines
94 B
Raw
Blame
History
## Fix for windows
if
(
WIN32
)
set
(
CMAKE_GENERATOR
"Ninja"
CACHE
INTERNAL
""
FORCE
)
endif
(
)
Reference in new issue
View Git Blame
Copy Permalink