6 lines
88 B
CMake
6 lines
88 B
CMake
cmake_minimum_required(VERSION 2.8.4)
|
|
|
|
project(xplaneconnectlib)
|
|
|
|
add_subdirectory(src)
|