Skip to content

Commit

Permalink
build(cmake): update
Browse files Browse the repository at this point in the history
Signed-off-by: kaeeraa <[email protected]>
  • Loading branch information
kaeeraa committed Feb 8, 2025
1 parent 025c922 commit 035c303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
add_compile_options(-O3 -Wall -Wextra -Wpedantic)
endif()

add_executable(main
main.cpp
)
add_executable(main main.cpp)

install(TARGETS main DESTINATION .)

0 comments on commit 035c303

Please sign in to comment.