Files @ r24396:6a4f3d9234c5
Branch filter:

Location: cpp/openttd-patchpack/source/src/settingsgen/CMakeLists.txt

translators
Update: Translations from eints
norwegian (bokmal): 9 changes by buzzCraft
cmake_minimum_required(VERSION 3.5)

project(settingsgen)

set(sourcefiles
        settingsgen.cpp
        ../core/alloc_func.cpp
        ../misc/getoptdata.cpp
        ../ini_load.cpp
        ../string.cpp
)
add_definitions(-DSETTINGSGEN)
add_executable(settingsgen ${sourcefiles})