Skip to content

Commit

Permalink
CMake: add missing compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
7Ji committed Apr 16, 2024
1 parent 33e7f6e commit e977d20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ add_executable(ampart

target_link_libraries(ampart
z)

target_include_directories(ampart PRIVATE
"include")

target_compile_options(ampart PRIVATE
-Wall
-Wextra)

0 comments on commit e977d20

Please # to comment.