6 lines
94 B
CMake
6 lines
94 B
CMake
cmake_minimum_required(VERSION 2.8.11)
|
|
|
|
include_directories(".")
|
|
|
|
add_subdirectory(nostalgia)
|