projects
/
yacjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implemented booleans, swapped to YACJS_NAME macro.
[yacjs.git]
/
src
/
CMakeLists.txt
1
add_definitions(-W -Wall -std=c99)
2
add_definitions(-g)
3
4
add_executable(yacjs_test yacjs.c yacjs_dict.c yacjs_u8s.c main.c)