Skip to content

Commit

Permalink
build: add opts
Browse files Browse the repository at this point in the history
Signed-off-by: NZH <zone.niuzh@hotmail.com>
  • Loading branch information
MRNIU committed Oct 27, 2023
1 parent 52da73a commit c08bc8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ add_executable(SimpleCompiler
target_include_directories(SimpleCompiler PRIVATE
include
)

target_compile_options(SimpleCompiler PRIVATE
${DEFAULT_COMPILE_OPTIONS}
)

target_link_libraries(SimpleCompiler PRIVATE
${DEFAULT_COMPILE_OPTIONS}
)

0 comments on commit c08bc8d

Please sign in to comment.