Cleanup of CMakeLists.txt files.

- Bumped required cmake version to 3.9.
 - Added Appveyor CI YAML file for Windows builds
This commit is contained in:
Jim Evins
2018-12-19 23:23:59 -05:00
parent 375c9573f1
commit fe6dcd6a7f
7 changed files with 72 additions and 27 deletions
+3 -4
View File
@@ -120,10 +120,9 @@ add_executable (glabels-qt WIN32
${glabels_win_rc}
)
#target_compile_features (glabels-qt
# PUBLIC cxx_std_11
#)
set_property (TARGET glabels-qt PROPERTY CXX_STANDARD 11)
target_compile_features (glabels-qt
PUBLIC cxx_std_11
)
target_include_directories (glabels-qt
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}