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:
@@ -33,10 +33,9 @@ add_library (glbarcode STATIC
|
||||
${GLBARCODE_SOURCES}
|
||||
)
|
||||
|
||||
#target_compile_features (glbarcode
|
||||
# PUBLIC cxx_std_11
|
||||
#)
|
||||
set_property (TARGET glbarcode PROPERTY CXX_STANDARD 11)
|
||||
target_compile_features (glbarcode
|
||||
PUBLIC cxx_std_11
|
||||
)
|
||||
|
||||
target_include_directories (glbarcode
|
||||
PUBLIC ..
|
||||
|
||||
Reference in New Issue
Block a user