btop/CMakeLists.txt
aristocratos f4b6bff4ec Init
2021-05-06 20:32:03 +02:00

2 lines
76 B
CMake

file(GLOB sources *.h *.c *.cxx *.cpp *.hxx)
add_executable(btop ${sources})