Skip to content

Commit 3b3cdb1

Browse files
committed
C++ Standard is C++14
1 parent 7d0a3ea commit 3b3cdb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/.idea/
22
/cmake-build-*/
3+
/out/
4+
/.vs/

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.0)
22
project(steam_controller)
33

4+
set(CMAKE_CXX_STANDARD 14)
5+
46
if(steam_controller_INCLUDE_CONAN)
57
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
68
conan_basic_setup(TARGETS KEEP_RPATHS)

0 commit comments

Comments
 (0)