mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-30 08:08:02 +00:00
use CXX flags in cpp project
This commit is contained in:
parent
9069bd5c4a
commit
cc5356122a
@ -8,5 +8,5 @@ add_executable(clay_examples_cpp_project_example main.cpp)
|
||||
|
||||
target_include_directories(clay_examples_cpp_project_example PUBLIC .)
|
||||
|
||||
set(CMAKE_C_FLAGS_DEBUG "-Werror -Wall")
|
||||
set(CMAKE_C_FLAGS_RELEASE "-O3")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "-Werror -Wall")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
Loading…
Reference in New Issue
Block a user