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