Skip to content

Commit

Permalink
Add CXX Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
SineStriker committed Dec 28, 2023
1 parent 523387f commit 9f03b46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17)

project(qBreakpad VERSION 0.0.1.1 LANGUAGES CXX)
project(qBreakpad VERSION 0.2.1.1 LANGUAGES CXX)

option(QBREAKPAD_BUILD_STATIC "Build static library" off)
option(QBREAKPAD_INSTALL "Install library" on)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#qBreakpad
# qBreakpad

[![Build status](https://travis-ci.org/buzzySmile/qBreakpad.svg?branch=master)](https://travis-ci.org/buzzySmile/qBreakpad)

Expand Down
2 changes: 2 additions & 0 deletions handler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>"
)

target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)

if(QBREAKPAD_INSTALL)
target_include_directories(${PROJECT_NAME} PUBLIC
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/${QBREAKPAD_INSTALL_NAME}>"
Expand Down

0 comments on commit 9f03b46

Please sign in to comment.