6aa9bd0f77
Now with some actual consensus on what the updater will do!
10 lines
112 B
CMake
10 lines
112 B
CMake
project(AnyOption)
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(anyoption
|
|
anyoption.cpp
|
|
anyoption.h
|
|
)
|
|
|