repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git]
/
SCDoc
/
CMakeLists.txt
blob
0a6bcade143561b5c53f6c2f46dbe3c8b82b9f64
1
set(SCDOC_DIR ${CMAKE_SOURCE_DIR}/SCDoc)
2
3
set(SCDOC_SRCS
4
${SCDOC_DIR}/SCDoc.cpp
5
${SCDOC_DIR}/SCDoc.tab.cpp
6
${SCDOC_DIR}/lex.scdoc.cpp
7
${SCDOC_DIR}/SCDocPrim.cpp
8
)
9
10
include_directories(
11
${SCDOC_DIR}
12
)
13