update CMakeLists

This commit is contained in:
Ruobing Han 2022-09-30 10:44:31 -04:00
parent 7755b5d61d
commit 622835aa5e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(
NVVM2X86
DESCRIPTION "Translate NVVM IR to LLVM IR for X86"
DESCRIPTION "Translate NVVM IR to LLVM IR for X86 backend"
LANGUAGES CXX)
set(CMAKE_VERBOSE_MAKEFILE ON)