summaryrefslogtreecommitdiff
path: root/src/settingsgen/CMakeLists.txt
blob: e17b8ad6bf8b98b1f8ef4904e6bfd12060371d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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})