foxygit / doom Log in
commit bfb2dd3faafead71d389213eed781447aa55d071
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Oct 27 18:41:56 2018 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat Oct 27 18:41:56 2018 -0400

    Oops.
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 252530e3..a6e6789b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -95,7 +95,7 @@ set(GAME_SOURCE_FILES

 if(MSVC)
     list(APPEND GAME_SOURCE_FILES
-         "../../win32/win_opendir.c" "../../win32/win_opendir.h")
+         "../win32/win_opendir.c" "../win32/win_opendir.h")
 endif()

 set(DEHACKED_SOURCE_FILES