Skip to content

Commit 024463c

Browse files
author
Dilawar Singh
committed
Added dependencies to moose.bin, build libmoose before building moose.bin.
[skip ci]
1 parent 2d5b8bf commit 024463c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ ELSE(MACOSX)
318318
)
319319
ENDIF(MACOSX)
320320

321+
add_dependencies(moose.bin libmoose)
321322
target_link_libraries(moose.bin
322323
LINK_PUBLIC moose
323324
)

0 commit comments

Comments
 (0)