diff options
author | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2018-01-18 11:16:24 +0000 |
---|---|---|
committer | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2018-01-18 11:16:24 +0000 |
commit | 42c1216a4eb99942285763811950600a7db19197 (patch) | |
tree | 415463e92c7ab0cbba4f1ae31c66d234be0050a2 /editors/codelite | |
parent | cd883f5f56e2f00d00828ad10c721764cebec19b (diff) |
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/files/patch-sdk_codelite__cppcheck_CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/codelite/files/patch-sdk_codelite__cppcheck_CMakeLists.txt b/editors/codelite/files/patch-sdk_codelite__cppcheck_CMakeLists.txt new file mode 100644 index 000000000000..33ec9aaf736d --- /dev/null +++ b/editors/codelite/files/patch-sdk_codelite__cppcheck_CMakeLists.txt @@ -0,0 +1,14 @@ +--- sdk/codelite_cppcheck/CMakeLists.txt.orig 2018-01-17 21:37:24 UTC ++++ sdk/codelite_cppcheck/CMakeLists.txt +@@ -5,8 +5,10 @@ cmake_minimum_required(VERSION 2.6.2) + # visual studio, and in our makefiles. + project(codelitegcc) + ++set (CMAKE_INCLUDE_DIRECTORIES ON) ++ + # Include paths +-include_directories("${CL_SRC_ROOT}/sdk/codelite_cppcheck/lib" "${CL_SRC_ROOT}/sdk/codelite_cppcheck/cli") ++include_directories(BEFORE "${CL_SRC_ROOT}/sdk/codelite_cppcheck/lib" "${CL_SRC_ROOT}/sdk/codelite_cppcheck/cli") + + set( ADDITIONAL_LIBRARIES "" ) + |