mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-11 18:30:58 +00:00
3f2a63ff40
It is no longer necessary to pass special compiler options in order to compile an application.
7 lines
126 B
CMake
7 lines
126 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
set(CMAKE_C_FLAGS "-Wno-multichar")
|
|
|
|
add_application(Launcher
|
|
FILES Launcher.c CONSOLE)
|