1 include_directories(${LIBDRM_INCLUDE_DIRS})
2 link_directories(${LIBDRM_LIBRARY_DIRS})
4 add_executable (db db.cpp)
5 target_link_libraries(db kms++ ${LIBDRM_LIBRARIES})
7 add_executable (testpat testpat.cpp)
8 target_link_libraries(testpat kms++ ${LIBDRM_LIBRARIES})