This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
qzdoom
Watch
0
Star
0
Fork
You've already forked qzdoom
0
mirror of
https://github.com/ZDoom/qzdoom.git
synced
2024-11-06 13:01:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
68a72d64a4
qzdoom
/
wadsrc
/
CMakeLists.txt
4 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
- Added Linux support for the CMakeLists. This meant downgrading them for CMake 2.4, since the distros don't seem to consider 2.6 stable yet. As a bonus, GTK+ is no longer a required dependency; now it's optional. - Made dehsupp ignore CR characters, so it doesn't spew warnings on Linux. SVN r1092 (trunk)
2008-07-25 01:37:44 +00:00
cmake_minimum_required( VERSION 2.4 )
Added missing wadsrc/CMakeLists.txt to repository. SVN r1084 (trunk)
2008-07-23 19:11:58 +00:00
- Allow generator expressions to be turned off during pk3 building with CMake. - On Mac OS X, ensure assembly code is disabled by default (since it won't work).
2013-07-01 20:57:46 +00:00
add_pk3(zdoom.pk3 ${CMAKE_CURRENT_SOURCE_DIR}/static)
Reference in a new issue
Copy permalink