浏览代码

Rename the project to match the test

Ben Boeckel 15 年之前
父节点
当前提交
5597aa24f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)