Retro68/Launcher/CMakeLists.txt
Wolfgang Thaller 3f2a63ff40 configure gcc to pass the right linker flags & simplify CMakeLists
It is no longer necessary to pass special compiler options in order to compile an application.
2014-09-30 16:25:27 +02:00

7 lines
126 B
CMake

cmake_minimum_required(VERSION 2.8)
set(CMAKE_C_FLAGS "-Wno-multichar")
add_application(Launcher
FILES Launcher.c CONSOLE)