Updated C-Dogs

This commit is contained in:
pelya
2014-01-02 01:17:03 +02:00
parent 7beaa779b2
commit 9e5cba8aab
5 changed files with 70 additions and 32 deletions

View File

@@ -23,3 +23,16 @@ index fb928d4..be53ea8 100644
enum LEX_VALUE
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c44844e..3d1170d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,7 @@ else()
endif()
endif()
-set(CDOGS_DATA_DIR "../")
+set(CDOGS_DATA_DIR "./")
set(CDOGS_CFG_DIR ".cdogs/")
SET(SOURCE_DIRECTORY ".")
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ".")