Browse Source

Set language to C

tags/v1.8.0
Liam 1 year ago
committed by GitHub
parent
commit
c8ca7fa58f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -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)



Loading…
Cancel
Save