btop/CMakeLists.txt

2 lines
76 B
CMake

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