summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-04-24 17:40:31 +0000
committerJoshua Haberman <jhaberman@gmail.com>2019-04-24 17:40:31 +0000
commite1fb10002d3ddda0576ab40d3a70065a27baa25a (patch)
tree80316dd9f1a0f0e89d21b542f2a0792406bc7eae /tools
parent985145ca16e4926420416e3a5f41f3e6e736c590 (diff)
Fixed include path.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_cmakelists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py
index 1fa1615..e320be4 100755
--- a/tools/make_cmakelists.py
+++ b/tools/make_cmakelists.py
@@ -239,7 +239,7 @@ class Converter(object):
endif()
include_directories(.)
- include_directories(generated)
+ include_directories(generated_for_cmake)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
if(APPLE)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback