Changeset 19671 for trunk/FACT++/CMakeLists.txt
- Timestamp:
- 09/23/19 20:37:30 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/CMakeLists.txt
r19490 r19671 382 382 erfa/src/pap.c erfa/src/fad03.c erfa/src/pmp.c 383 383 erfa/src/tr.c erfa/src/falp03.c) 384 TARGET_LINK_LIBRARIES(Pointing PUBLIC m) 384 385 385 386 # ======================= libDim.so ====================== … … 409 410 # src/DimSetup.h 410 411 src/DimSetup.cc) 412 TARGET_LINK_LIBRARIES(DimExtension PUBLIC 413 Boost::system) 411 414 412 415 # ===================== libDim++.so ====================== … … 425 428 dim/src/discpp.cxx 426 429 dim/src/tokenstring.cxx) 430 TARGET_LINK_LIBRARIES(Dim++ PUBLIC Dim) 427 431 428 432 # ================= libStateMachine.so =================== … … 458 462 # FACT.h ByteOrder.h 459 463 src/DimWriteStatistics.h src/DimWriteStatistics.cc) 460 TARGET_LINK_LIBRARIES(StateMachine OpenSSL::SSL) 464 TARGET_LINK_LIBRARIES(StateMachine PUBLIC 465 readline ${CURSES_LIBRARIES} panel 466 Tools Time Dim++ 467 Boost::regex 468 Boost::thread 469 Boost::filesystem 470 OpenSSL::SSL) 461 471 462 472 ENDIF (NOT TOOLS_ONLY) … … 466 476 src/Configuration.h src/Configuration.cc 467 477 src/FACT.h src/FACT.cc) 468 TARGET_LINK_LIBRARIES(Configuration 478 TARGET_LINK_LIBRARIES(Configuration PUBLIC 469 479 Boost::regex 470 480 Boost::system … … 476 486 ADD_LIBRARY(Time SHARED 477 487 src/Time.h src/Time.cc) 478 TARGET_LINK_LIBRARIES(Time ${NOVA_LIBRARY})488 TARGET_LINK_LIBRARIES(Time PUBLIC ${NOVA_LIBRARY}) 479 489 480 490 # ===================== libTools.so ====================== … … 613 623 # ******************************************************** 614 624 615 SET(FACT++LIBS 616 StateMachine Tools Configuration Time Dim++ Dim DimExtension 617 readline ${CURSES_LIBRARIES} panel Boost::thread) # HAVE_SQL 625 SET(FACT++LIBS StateMachine Configuration DimExtension) 618 626 619 627 # --------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.