Skip to content

Commit a1bcbf5

Browse files
author
Kun Luo
committed
.
1 parent 416ec09 commit a1bcbf5

File tree

67 files changed

+123
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+123
-123
lines changed

src/4sum.cc renamed to 4sum.cc

File renamed without changes.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
66

77
message( ${CMAKE_CURRENT_SOURCE_DIR})
88

9-
file(GLOB main_files LIST_DIRECTORIES false RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cc)
9+
file(GLOB main_files LIST_DIRECTORIES false RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cc)
1010
foreach(main_file IN LISTS main_files)
1111
cmake_path(GET main_file STEM main_name)
1212
add_executable(${main_name} ${main_file})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)