File tree Expand file tree Collapse file tree 8 files changed +16
-0
lines changed
Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.c src/*.h)
77set (CMAKE_C_STANDARD 23) # Enable the C23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.hpp)
77set (CMAKE_CXX_STANDARD 23) # Enable the C++23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.c src/*.h)
77set (CMAKE_C_STANDARD 23) # Enable the C23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.c src/*.h)
77set (CMAKE_C_STANDARD 23) # Enable the C23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.hpp)
77set (CMAKE_CXX_STANDARD 23) # Enable the C++23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.hpp)
77set (CMAKE_CXX_STANDARD 23) # Enable the C++23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.c src/*.h)
77set (CMAKE_C_STANDARD 23) # Enable the C23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ file(GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.hpp)
77set (CMAKE_CXX_STANDARD 23) # Enable the C++23 standard
88
99add_executable (shell ${SOURCE_FILES} )
10+
11+ target_link_libraries (shell PRIVATE readline)
You can’t perform that action at this time.
0 commit comments