From c718dcbf1e9dda3371caab929c428cbd2bebc12b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 13 Jun 2011 13:07:17 +0000 Subject: ignore ./CMakeLists.txt.user (qtcreator stores settings here) also correction to windows path. (bzr r10286) --- src/extension/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt index 8a58ae2be..2c3c9ab83 100644 --- a/src/extension/CMakeLists.txt +++ b/src/extension/CMakeLists.txt @@ -216,7 +216,8 @@ set(extension_SRC if(WIN32) list(APPEND extension_SRC - win32.cpp + internal/win32.cpp + internal/win32.h ) endif() -- cgit v1.2.3