summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum2013-06-03 09:01:11 -0700
committerJosh Blum2013-06-03 09:01:11 -0700
commit322921589386714c57e28fb5a5f7c30287cb7a32 (patch)
tree497a2b025e3c88396f81b4e0f458ee2dbbcadd38 /lib/CMakeLists.txt
parente24e4d7dfe648e33988366cb1f615c2a443f5156 (diff)
downloadsandhi-322921589386714c57e28fb5a5f7c30287cb7a32.tar.gz
sandhi-322921589386714c57e28fb5a5f7c30287cb7a32.tar.bz2
sandhi-322921589386714c57e28fb5a5f7c30287cb7a32.zip
props: began work on vector converters
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 38377dd..b5ed2d5 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -67,6 +67,7 @@ list(APPEND GRAS_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/top_block.cpp
${CMAKE_CURRENT_SOURCE_DIR}/top_block_query.cpp
${CMAKE_CURRENT_SOURCE_DIR}/json_parser.cpp
+ ${CMAKE_CURRENT_SOURCE_DIR}/pmc_to_ptree.cpp
${CMAKE_CURRENT_SOURCE_DIR}/register_messages.cpp
${CMAKE_CURRENT_SOURCE_DIR}/weak_container.cpp
${CMAKE_CURRENT_SOURCE_DIR}/serialize_types.cpp