mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +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 )
|