From c151f2d4c85350b51fcf24ba83b426bf699269d6 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 1 Aug 2019 17:52:46 +0200 Subject: Initial import --- common/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/CMakeLists.txt (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt new file mode 100644 index 0000000..8636758 --- /dev/null +++ b/common/CMakeLists.txt @@ -0,0 +1,3 @@ +file(GLOB_RECURSE SOURCES *.c) + +ADD_LIBRARY(common STATIC ${SOURCES}) -- cgit v1.2.3