7 lines
119 B
CMake
7 lines
119 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
project(ogsr_steam)
|
|
|
|
file(GLOB SOURCES "src/*")
|
|
|
|
add_executable(XR_3DA ${SOURCES})
|