Add header files missing from CMakeLists.txt
authorSteven Perron <stevenperron@google.com>
Thu, 8 Feb 2018 16:03:48 +0000 (11:03 -0500)
committerSteven Perron <31666470+s-perron@users.noreply.github.com>
Fri, 9 Feb 2018 04:02:22 +0000 (23:02 -0500)
source/opt/CMakeLists.txt

index a0d98ec..906164d 100644 (file)
@@ -45,6 +45,8 @@ add_library(SPIRV-Tools-opt
   inline_pass.h
   insert_extract_elim.h
   instruction.h
+  instruction_list.h
+  ir_builder.h
   ir_context.h
   ir_loader.h
   licm_pass.h
@@ -56,6 +58,7 @@ add_library(SPIRV-Tools-opt
   log.h
   loop_descriptor.h
   loop_utils.h
+  make_unique.h
   mem_pass.h
   merge_return_pass.h
   module.h