summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-22 15:24:45 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-22 15:25:07 -0700
commit8ec5b1739d7b91b84df3e92ccc70c7a7ee644089 (patch)
tree1c92af1c0998f7b916c46d3a0f32885f1c7fa54d /cmake
parent1d8255b2f654ae0999b3c0eabf542aaa37324370 (diff)
downloadfpga-interchange-schema-8ec5b1739d7b91b84df3e92ccc70c7a7ee644089.tar.gz
fpga-interchange-schema-8ec5b1739d7b91b84df3e92ccc70c7a7ee644089.tar.bz2
fpga-interchange-schema-8ec5b1739d7b91b84df3e92ccc70c7a7ee644089.zip
Add DeviceResources to cxx_static Makefile and C++ namespace.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cxx_static/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cxx_static/CMakeLists.txt b/cmake/cxx_static/CMakeLists.txt
index 5e7489f..196c328 100644
--- a/cmake/cxx_static/CMakeLists.txt
+++ b/cmake/cxx_static/CMakeLists.txt
@@ -1,5 +1,5 @@
find_package(CapnProto REQUIRED)
-set(PROTOS LogicalNetlist.capnp PhysicalNetlist.capnp References.capnp)
+set(PROTOS LogicalNetlist.capnp PhysicalNetlist.capnp DeviceResources.capnp References.capnp)
set(INTERCHANGE_SCHEMA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../interchange)