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:
@@ -14,10 +14,9 @@ add_executable (glabels-batch-qt WIN32
|
||||
${glabels-batch_sources}
|
||||
)
|
||||
|
||||
#target_compile_features (glabels-batch-qt
|
||||
# PUBLIC cxx_std_11
|
||||
#)
|
||||
set_property (TARGET glabels-batch-qt PROPERTY CXX_STANDARD 11)
|
||||
target_compile_features (glabels-batch-qt
|
||||
PUBLIC cxx_std_11
|
||||
)
|
||||
|
||||
target_link_libraries (glabels-batch-qt
|
||||
Model
|
||||
|
||||
Reference in New Issue
Block a user