Skip to content
Snippets Groups Projects
Commit 02299eee authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Add CXX standard to the mtxclient target

parent 771e62ea
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,8 @@ target_sources(matrix_client
lib/structs/responses/version.cpp
lib/structs/responses/well-known.cpp)
add_library(MatrixClient::MatrixClient ALIAS matrix_client)
set_property(TARGET matrix_client PROPERTY CXX_STANDARD 17)
set_property(TARGET matrix_client PROPERTY CXX_EXTENSIONS OFF)
target_include_directories(
matrix_client
PUBLIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment