mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 06:31:49 +00:00
9 lines
112 B
CMake
9 lines
112 B
CMake
project(AnyOption)
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(anyoption
|
|
anyoption.cpp
|
|
anyoption.h
|
|
)
|
|
|