mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-17 17:11:32 +00:00
5 lines
97 B
Text
5 lines
97 B
Text
|
cmake_minimum_required( VERSION 2.6 )
|
||
|
project( fixrtext )
|
||
|
|
||
|
add_executable( fixrtext fixrtext.c )
|