mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +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 )
|