From 83889ba33dad2743eeb2a79102a1117ec9220025 Mon Sep 17 00:00:00 2001 From: LaG1924 Date: Mon, 7 Jun 2021 07:56:57 +0500 Subject: Replaced /external/ with CPMAddPackage --- external/CMakeLists.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 external/CMakeLists.txt (limited to 'external/CMakeLists.txt') diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt deleted file mode 100644 index b3cc884..0000000 --- a/external/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -cmake_minimum_required(VERSION 3.5) - -project(deps) - -file(GLOB SOURCES "./src/*") -file(GLOB_RECURSE HEADERS "./include/*") - -include_directories(./include/) - -add_library(deps STATIC ${SOURCES} ${HEADERS}) - -file(GLOB OPTICK_SRC "./optick/*.cpp") -add_library(optick STATIC ${OPTICK_SRC}) \ No newline at end of file -- cgit v1.2.3