btop/CMakeLists.txt

2 lines
76 B
CMake
Raw Normal View History

2021-05-07 06:32:03 +12:00
file(GLOB sources *.h *.c *.cxx *.cpp *.hxx)
add_executable(btop ${sources})