From 009828beac9bfe9c36d336a4de0d297f90aece52 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 28 Sep 2015 01:13:34 +0300 Subject: Initial version --- testpat/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testpat/CMakeLists.txt (limited to 'testpat/CMakeLists.txt') diff --git a/testpat/CMakeLists.txt b/testpat/CMakeLists.txt new file mode 100644 index 0000000..aed4371 --- /dev/null +++ b/testpat/CMakeLists.txt @@ -0,0 +1,6 @@ +include_directories(${LIBDRM_INCLUDE_DIRS}) +link_directories(${LIBDRM_LIBRARY_DIRS}) + +add_executable (testpat testpat.cpp) + +target_link_libraries(testpat kms++ ${LIBDRM_LIBRARIES}) -- cgit v1.2.3