From a5c28bcb2ead34e921617711ebf94ffcb5d72878 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 23 May 2016 09:54:08 +0300 Subject: File/dir renames --- py/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'py/CMakeLists.txt') diff --git a/py/CMakeLists.txt b/py/CMakeLists.txt index f48ec2c..562a3cf 100644 --- a/py/CMakeLists.txt +++ b/py/CMakeLists.txt @@ -10,8 +10,8 @@ endif() include_directories(${PROJECT_SOURCE_DIR}/ext/pybind11/include) -add_library(pykms SHARED pykms.cpp pykmsbase.cpp pykmstest.cpp) -target_link_libraries(pykms kms++ kmstest ${LIBDRM_LIBRARIES}) +add_library(pykms SHARED pykms.cpp pykmsbase.cpp pykmsutil.cpp) +target_link_libraries(pykms kms++ kms++util ${LIBDRM_LIBRARIES}) # Don't add a 'lib' prefix to the shared library set_target_properties(pykms PROPERTIES PREFIX "") -- cgit v1.2.3