repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes
[ryzomcore.git]
/
tool
/
bin2c
/
CMakeLists.txt
blob
adf2787d81df9ffec0aafc941549c51c0e992bea
1
FILE(GLOB SRC *.cpp *.h)
2
3
ADD_EXECUTABLE(bin2c ${SRC})
4
5
NL_DEFAULT_PROPS(bin2c "Tools: bin2c")
6
NL_ADD_RUNTIME_FLAGS(bin2c)
7
8
INSTALL(TARGETS bin2c RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools)