Sfoglia il codice sorgente

Rename the project to match the test

Ben Boeckel 15 anni fa
parent
commit
5597aa24f1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Tests/TestsWorkingDirectory/CMakeLists.txt

+ 1 - 1
Tests/TestsWorkingDirectory/CMakeLists.txt

@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.6)
-project(WorkingDirectoryProj)
+project(TestsWorkingDirectoryProj)
 
 add_executable(WorkingDirectory main.cxx)