From 22214704e197277bbf66b876fb4c35a0b7c3ba05 Mon Sep 17 00:00:00 2001 From: cryi Date: Mon, 22 Aug 2022 14:19:26 +0200 Subject: [PATCH] updated CMakeLists.txt --- CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aec6e45..33a229a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,7 @@ -cmake_minimum_required (VERSION 2.6) project (eli_proc_extra) file(GLOB eli_proc_extra_sources ./src/**.c) -SET(eli_proc_extra ${eli_proc_extra_sources}) +set(eli_proc_extra ${eli_proc_extra_sources}) -ADD_LIBRARY (eli_proc_extra ${eli_proc_extra}) -TARGET_LINK_LIBRARIES (eli_proc_extra) \ No newline at end of file +add_library(eli_proc_extra ${eli_proc_extra}) +target_link_libraries(eli_proc_extra) \ No newline at end of file