projects
/
genesis3d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fd1c06
)
- correct include pathes for the main cmake file
author
Akiko
<akiko@linux-addicted.net>
Sun, 7 Jun 2015 13:10:34 +0000
(15:10 +0200)
committer
Akiko
<akiko@linux-addicted.net>
Sun, 7 Jun 2015 13:10:34 +0000
(15:10 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
0f421f3
..
c95c425
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-3,6
+3,9
@@
PROJECT (Genesis3D)
# includes and outputs
SET (CMAKE_INCLUDE_CURRENT_DIR on)
+INCLUDE_DIRECTORIES ("/usr/include/wine")
+INCLUDE_DIRECTORIES ("/usr/include/wine/windows")
+INCLUDE_DIRECTORIES ("/usr/include/wine/msvcrt")
INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR})
SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/plugin)