repo.or.cz
/
oscam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git]
/
minilzo
/
CMakeLists.txt
blob
9587655a913c18f016bf9c4eb6d805ea47eea075
1
project (minilzo)
2
3
file (GLOB minilzo_srcs "*.c")
4
file (GLOB minilzo_hdrs "*.h")
5
6
set (lib_name "minilzo")
7
8
add_library (${lib_name} STATIC ${minilzo_srcs} ${minilzo_hdrs})