6 lines
82 B
CMake
6 lines
82 B
CMake
cmake_minimum_required(VERSION 2.8.4)
|
|
|
|
project(xpcExample)
|
|
|
|
add_subdirectory(src)
|