This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
gzdoom
Watch
0
Star
0
Fork
You've already forked gzdoom
0
mirror of
https://github.com/ZDoom/gzdoom.git
synced
2024-11-10 14:51:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e5fcb331df
gzdoom
/
wadsrc_lights
/
CMakeLists.txt
4 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
- bumped CMake version to 3.1.0 in all projects to reduce warning spam in recent versions. 3.1.0 is the highest minimum set in the existing subprojects so this will not exclude anything that hadn't been already.
2021-03-08 12:56:57 +00:00
cmake_minimum_required( VERSION 3.1.0 )
- brightmap and light definitions.
2013-06-23 07:32:35 +00:00
- adjusted CMakeLists.txt for brightmaps.pk3 and lights.pk3 to same style as for gzdoom.pk3
2013-07-02 08:02:38 +00:00
add_pk3(lights.pk3 ${CMAKE_CURRENT_SOURCE_DIR}/static)
Reference in a new issue
Copy permalink