Revision: 76205
http://sourceforge.net/p/brlcad/code/76205
Author: starseeker
Date: 2020-06-25 21:03:59 +0000 (Thu, 25 Jun 2020)
Log Message:
-----------
ug-g does need the Tcl library directly
Modified Paths:
--------------
brlcad/trunk/src/external/Unigraphics/CMakeLists.txt
Modified: brlcad/trunk/src/external/Unigraphics/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/external/Unigraphics/CMakeLists.txt 2020-06-25
19:31:17 UTC (rev 76204)
+++ brlcad/trunk/src/external/Unigraphics/CMakeLists.txt 2020-06-25
21:03:59 UTC (rev 76205)
@@ -17,6 +17,7 @@
"${CMAKE_CURRENT_SOURCE_DIR}/../../../src/other/openNURBS"
"${ZLIB_INCLUDE_DIRS}"
"${REGEX_INCLUDE_DIRS}"
+ "${TCL_INCLUDE_PATH}"
)
# The build shims aren't so great at mocking the initialization
@@ -26,7 +27,7 @@
add_definitions(-DTEST_BUILD)
add_library(ug-g ${ug_g_srcs})
- target_link_libraries(ug-g librt libwdb libbrep libbg libnmg libbn libbu)
+ target_link_libraries(ug-g librt libwdb libbrep libbg libnmg libbn libbu
${TCL_LIBRARY})
set_property(TARGET ug-g APPEND PROPERTY COMPILE_DEFINITIONS BRLCADBUILD
HAVE_CONFIG_H)
set_target_properties(ug-g PROPERTIES FOLDER "BRL-CAD Executables/Build
Only")
if(HIDE_INTERNAL_SYMBOLS)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits