summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
blob: 467cf464ad2482de2c505c210711ad575daa78cd (plain)
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
  )