diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-05-05 11:03:22 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-05-05 11:08:17 +0100 |
commit | be6cf883b322b52371f7a45bea4d0339ed2fc29d (patch) | |
tree | 1ca9e587462c875c5cace80e111bef6b66091268 /cli | |
parent | 79b8e8db623de83c738157fae37f0486a5c81032 (diff) |
highlight: Move into libs.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index a1711215..0863e57f 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -15,6 +15,7 @@ else () endif () include_directories ( + ${CMAKE_SOURCE_DIR}/lib/highlight ${CMAKE_SOURCE_DIR}/thirdparty ) |