diff --git a/libs/stfu/CMakeLists.txt b/libs/stfu/CMakeLists.txt new file mode 100644 index 0000000000..2d8250abe6 --- /dev/null +++ b/libs/stfu/CMakeLists.txt @@ -0,0 +1,13 @@ +cmake_minimum_required(VERSION 2.6) + +INCLUDE_DIRECTORIES(include/) + +SET ( stfu_SRCS stfu.c stfu.h) +ADD_LIBRARY(stfu STATIC ${stfu_SRCS}) + + + + + + +