btop/CMakeLists.txt

2 lines
76 B
CMake
Raw Normal View History

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