1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 14:08:35 +08:00

Rename the project to match the test

This commit is contained in:
Ben Boeckel
2010-12-16 17:29:19 -05:00
parent 9bf4165437
commit 5597aa24f1

View File

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