mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 01:55:58 +00:00
Fix target's name
This commit is contained in:
parent
ff057838ec
commit
49c8292e48
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
set(EXECUTABLE reVC)
|
||||
set(PROJECT REVC)
|
||||
set(EXECUTABLE reLCS)
|
||||
set(PROJECT RELCS)
|
||||
|
||||
project(${EXECUTABLE} C CXX)
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
||||
|
|
Loading…
Reference in a new issue