Merge pull request #15 from yan12125/fix-for-old-macos

Fix building on Mac OS X/macOS
This commit is contained in:
Martchus 2019-07-20 17:21:32 +02:00 committed by GitHub
commit 284e3df47a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
project(c++utilities)
# add project files
set(HEADER_FILES
application/argumentparser.h