xplaneconnect: Add CMake support for building xplaneconnect shared and static library.
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
This commit is contained in:
5
C/CMakeLists.txt
Normal file
5
C/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 2.8.4)
|
||||
|
||||
project(xplaneconnectlib)
|
||||
|
||||
add_subdirectory(src)
|
||||
Reference in New Issue
Block a user