Liam
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
@@ -1,7 +1,7 @@ |
|
|
|
cmake_minimum_required (VERSION 3.0.0) |
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") |
|
|
|
|
|
|
|
project(aptdec) |
|
|
|
project(aptdec C) |
|
|
|
|
|
|
|
include(GNUInstallDirs) |
|
|
|
|
|
|
|