From a517eda978911faf4a80e7c8bd809e96d596e41d Mon Sep 17 00:00:00 2001 From: rexy712 Date: Fri, 14 Aug 2020 18:20:56 -0700 Subject: [PATCH] Remove librexy stuff --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63d7f12..13fb77b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,7 @@ -project(librexy) +project(our_dick) cmake_minimum_required(VERSION 3.0.2) include(GNUInstallDirs) -set(librexy_VERSION_MAJOR 0) -set(librexy_VERSION_MINOR 1) -set(librexy_VERSION_REVISION 0) set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include) include_directories(BEFORE SYSTEM "${INCLUDE_PATH}")