We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35024ef + 76170cf commit 6d17a22Copy full SHA for 6d17a22
CMakeLists.txt
@@ -1,6 +1,7 @@
1
cmake_minimum_required (VERSION 2.6)
2
project (BarcodeReader)
3
MESSAGE( STATUS "PROJECT_NAME: " ${PROJECT_NAME} )
4
+SET(CMAKE_CXX_FLAGS "-std=c++11 -O3")
5
6
# The version number.
7
set(BarcodeReader_VERSION_MAJOR 8)
0 commit comments