Skip to content

Commit ef99088

Browse files
committed
修复了CMakeLists.txt一处问题。
1 parent 72d636b commit ef99088

5 files changed

Lines changed: 16 additions & 21 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ set(CMAKE_C_STANDARD 23)
66
find_package(Curses REQUIRED)
77
include_directories(${CURSES_INCLUDE_DIR})
88

9-
add_executable(PushBox.c)
9+
add_executable(PushBox PushBox.c)
1010
target_link_libraries(PushBox ${CURSES_LIBRARY})
1111

Binary file not shown.

0 commit comments

Comments
 (0)