NeoTerm_System/app/CMakeLists.txt

8 lines
120 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.4.1)
add_library(neoterm
SHARED
src/main/cpp/neoterm.cpp)