Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IceT
IceT
Commits
6653eec5
Commit
6653eec5
authored
Jul 10, 2003
by
Andy Cedilnik
Browse files
ENH: Fix for out of source build
parent
d5adb740
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6653eec5
...
...
@@ -112,7 +112,7 @@ INSTALL_FILES(/lib .cmake ${ICET_BINARY_DIR}/ICETBuildSettings)
# Save ICE-T specific configuration options.
#First, configuration for build directory.
SET
(
ICET_INCLUDE_DIRS_CONFIG
${
ICET_SOURCE_DIR
}
/src/include
)
SET
(
ICET_INCLUDE_DIRS_CONFIG
"
${
ICET_SOURCE_DIR
}
/src/include
;
${
ICET_BINARY_DIR
}
/src/include"
)
SET
(
ICET_LIBRARY_DIRS_CONFIG
${
ICET_LIBRARY_DIR
}
)
SET
(
ICET_USE_FILE_CONFIG
${
ICET_SOURCE_DIR
}
/UseICET.cmake
)
SET
(
ICET_BUILD_SETTINGS_FILE_CONFIG
${
ICET_BINARY_DIR
}
/ICETBuildSettings.cmake
)
...
...
src/include/GL/ice-t_buckets.h
View file @
6653eec5
...
...
@@ -13,7 +13,7 @@
#ifndef _ICET_BUCKETS_H_
#define _ICET_BUCKETS_H_
#include
"ice-t_config.h"
#include
"
GL/
ice-t_config.h"
#include
<GL/gl.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment