summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-05-06 20:32:03 +0200
committeraristocratos <gnmjpl@gmail.com>2021-05-06 20:32:03 +0200
commitf4b6bff4ec0974315e7aa62f3b6d9687c560f66b (patch)
treee44872b98202896bf02fc7e78fd150abd69db6d3 /CMakeLists.txt
Init
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..139878e
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,2 @@
+file(GLOB sources *.h *.c *.cxx *.cpp *.hxx)
+add_executable(btop ${sources}) \ No newline at end of file