mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
d058084c10
Currently this only contains the main Polymost shaders and the resources from nblood.pk3. The latter cannot be used yet because the Build resource management system is too stubborn to add the newly added file without some changes. It's better to refactor the entire system instead.
3 lines
100 B
CMake
3 lines
100 B
CMake
cmake_minimum_required( VERSION 2.8.7 )
|
|
|
|
add_pk3(demolition.pk3 ${CMAKE_CURRENT_SOURCE_DIR}/static)
|