repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
examples
/
CMakeLists.txt
blob
54ee6cc3a3a41ee0188b8be3f5ecd8c338772c79
1
add_subdirectory(BrainF)
2
add_subdirectory(Fibonacci)
3
add_subdirectory(HowToUseJIT)
4
add_subdirectory(Kaleidoscope)
5
add_subdirectory(ModuleMaker)
6
7
if( NOT WIN32 )
8
add_subdirectory(ExceptionDemo)
9
endif()
10
11
if( HAVE_PTHREAD_H )
12
add_subdirectory(ParallelJIT)
13
endif( HAVE_PTHREAD_H )