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
Regenerated man pages
[amule.git]
/
src
/
libs
/
common
/
CMakeLists.txt
blob
23181c421d90267a05246893d015ce9eabbbfdbf
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_include_directories (mulecommon
13
PRIVATE ${amule_BINARY_DIR}
14
)
15
16
target_link_libraries (mulecommon
17
wxWidgets::BASE
18
)
19
20
if (HAVE_BFD)
21
target_link_libraries (mulecommon
22
${BFD_LIBRARY}
23
)
24
endif()