Explorar el Código

Project name fixed in the cmake config.

main
offa hace 7 años
padre
commit
8cabff0b4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver fichero

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)

project(scoped-ressource VERSION 0.0.1)
project(ScopeGuard VERSION 0.0.1)
message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~")

option(UNITTEST "Build Unit Tests" ON)

Cargando…
Cancelar
Guardar