From 661de980300514c13909910b8fad07ea74bbef70 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Dec 2019 19:50:15 +0300 Subject: add cmake-common as a submodule --- um/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'um/CMakeLists.txt') diff --git a/um/CMakeLists.txt b/um/CMakeLists.txt index 487faab..7d3c525 100644 --- a/um/CMakeLists.txt +++ b/um/CMakeLists.txt @@ -1,6 +1,6 @@ project(win7drv CXX) -include(common.cmake) +include(cmake/common.cmake) add_subdirectory(service) add_subdirectory(wrappers) -- cgit v1.2.3