Commit 004618a1 authored by kimidaisuki22's avatar kimidaisuki22

set correct cxx stand for cpp example.

parent ed5bedda
......@@ -31,6 +31,7 @@ add_executable(tray_test example/example.c)
target_link_libraries(tray_test PRIVATE tray)
add_executable(traypp_test example/example_pp.cpp)
set_target_properties(traypp_test PROPERTIES CXX_STANDARD 17)
target_link_libraries(traypp_test PRIVATE tray)
add_custom_command(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment