repo.or.cz
/
amule.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added cmake
[amule.git]
/
src
/
libs
/
common
/
CMakeLists.txt
blob
009d63acb071413f6d5ee898d274d19a2f88adc3
1
add_library (mulecommon STATIC
2
FileFunctions.cpp
3
Format.cpp
4
MD5Sum.cpp
5
MuleDebug.cpp
6
Path.cpp
7
strerror_r.c
8
StringFunctions.cpp
9
TextFile.cpp
10
)
11
12
target_link_libraries (mulecommon
13
wxWidgets::BASE
14
)
15
16
if (HAVE_BFD)
17
target_link_libraries (mulecommon
18
${BFD_LIBRARY}
19
)
20
endif()