From 313aeb1b0c1f61040b6826d19cb6a8fb4b1b349d Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Tue, 2 Dec 2014 00:10:28 +0100 Subject: [PATCH] still hardcoded path in CMakeLists.txt, should fix later --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c277b56..f9b7cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ project(editorconfig-core-test NONE) enable_testing() -set(EDITORCONFIG_CMD "c:\\Projects\\editorconfig-core-net\\src\\EditorConfig.Console\\bin\\Debug\\editorconfig.exe") +set(EDITORCONFIG_CMD "c:\\Projects\\ecn\src\\EditorConfig.App\\bin\\Debug\\editorconfig.exe") add_subdirectory(tests)