1 2 3 4 5 6 7 8 9
add_subdirectory(fs) add_executable(extsh extsh.cpp $<TARGET_OBJECTS:linenoise> ) target_link_libraries(extsh extfs )