Skip to content

Commit

Permalink
Rename CmakeLists.txt to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas authored Oct 16, 2024
1 parent bc85bf8 commit d725f75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ file(GLOB srcs "*.cpp" "../../src/*.cpp" "../../test/*.cpp")
add_executable(${target} ${srcs} ${hdrs})
target_link_libraries(${target} gtest)

add_compile_options(/wd4996)
add_compile_options(/wd4996)

0 comments on commit d725f75

Please sign in to comment.