index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
serialization.cpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
# Look for jthread, use our own if not found
FIND_PATH
(
JTHREAD_INCLUDE_DIR
jthread
.
h
)
FIND_LIBRARY
(
JTHREAD_LIBRARY NAMES
jthread
)
IF
(
JTHREAD_LIBRARY AND JTHREAD_INCLUDE_DIR
)
SET
(
JTHREAD_FOUND TRUE
)
ENDIF
(
JTHREAD_LIBRARY AND JTHREAD_INCLUDE_DIR
)
IF
(
JTHREAD_FOUND
)
MESSAGE
(
STATUS
"Found system jthread header file in ${JTHREAD_INCLUDE_DIR}"
)
MESSAGE
(
STATUS
"Found system jthread library ${JTHREAD_LIBRARY}"
)
ELSE
(
JTHREAD_FOUND
)
SET
(
JTHREAD_INCLUDE_DIR
${PROJECT_SOURCE_DIR}
/
jthread
)
SET
(
JTHREAD_LIBRARY
jthread
)
MESS
minetest-38e712260046f159aa201259569054bdf9793b7f.tar.bz2
minetest-38e712260046f159aa201259569054bdf9793b7f.zip
Use inventory_image in the first place for inventory item mesh
Diffstat
(limited to 'src/serialization.cpp')
0 files changed, 0 insertions, 0 deletions