mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-29 23:22:04 +00:00
10 lines
112 B
Text
10 lines
112 B
Text
|
project(AnyOption)
|
||
|
|
||
|
cmake_minimum_required(VERSION 2.6)
|
||
|
|
||
|
add_library(anyoption
|
||
|
anyoption.cpp
|
||
|
anyoption.h
|
||
|
)
|
||
|
|