Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
23b22037
Commit
23b22037
authored
Jan 26, 2018
by
Mccaskey, Alex
Browse files
fixing build bug
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
130dd98e
Changes
1
Hide whitespace changes
Inline
Side-by-side
quantum/aqc/CMakeLists.txt
View file @
23b22037
...
...
@@ -60,7 +60,7 @@ find_library(cppus_has_d_suffix CppMicroServicesd)
if
(
NOT cppus_has_d_suffix
)
set
(
CppUsLib CppMicroServices
)
endif
()
target_link_libraries
(
${
LIBRARY_NAME
}
${
Boost_LIBRARIES
}
${
CppUsLib
}
)
target_link_libraries
(
${
LIBRARY_NAME
}
${
Boost_LIBRARIES
}
${
CppUsLib
}
xacc
)
add_subdirectory
(
ir
)
add_subdirectory
(
compiler
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment