mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-02-06 03:39:59 +00:00
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
|
|
)
|
|
|