We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df78e35 commit 3231eb3Copy full SHA for 3231eb3
1 file changed
CMakeLists.txt
@@ -63,6 +63,7 @@ set(BRIDGE_OBJECT_FILES $<TARGET_OBJECTS:bridge>)
63
64
65
add_executable(BridgeTest ${BRIDGE_DIR}/lib/Bridge.chpl)
66
+add_dependencies(BridgeTest bridge)
67
target_link_options(BridgeTest
68
PRIVATE
69
${BRIDGE_DIR}/include/bridge.h
0 commit comments