CGit
Gitweb
projects
/
android
/
external-libkmsxx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rename dirs
[android/external-libkmsxx.git]
/
kms++util
/
CMakeLists.txt
1
file(GLOB SRCS "*.cpp" "*.h")
2
add_library(kms++util ${SRCS})
3
4
target_link_libraries(kms++util kms++ pthread)
5
target_include_directories(kms++util PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})