diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-05-05 10:51:19 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-05-05 11:02:35 +0100 |
commit | 79b8e8db623de83c738157fae37f0486a5c81032 (patch) | |
tree | 7e944287f253bbfa5db18295c6bbe2326db487ae /wrappers | |
parent | 8e0a030ddc1257de3b1d2e602548383fcdbd0ce9 (diff) |
Create a top level lib directory, and move guids into it.
Diffstat (limited to 'wrappers')
-rw-r--r-- | wrappers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/CMakeLists.txt b/wrappers/CMakeLists.txt index 2f0d1cf4..1e703406 100644 --- a/wrappers/CMakeLists.txt +++ b/wrappers/CMakeLists.txt @@ -53,7 +53,7 @@ include_directories ( ${CMAKE_SOURCE_DIR}/helpers ${CMAKE_BINARY_DIR}/dispatch ${CMAKE_SOURCE_DIR}/dispatch - ${CMAKE_SOURCE_DIR}/guids + ${CMAKE_SOURCE_DIR}/lib/guids ) if (NOT WIN32 AND NOT APPLE) |