summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent985145ca16e4926420416e3a5f41f3e6e736c590 (diff)
Fixed include path.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a29ef27..3e08cd7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ if(UPB_ENABLE_UBSAN)
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