Revision: 40495
http://brlcad.svn.sourceforge.net/brlcad/?rev=40495&view=rev
Author: starseeker
Date: 2010-09-07 21:43:54 +0000 (Tue, 07 Sep 2010)
Log Message:
-----------
Add more headers to the install.
Modified Paths:
--------------
brlcad/branches/cmake/CMakeLists.txt
brlcad/branches/cmake/src/adrt/CMakeLists.txt
brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt
Added Paths:
-----------
brlcad/branches/cmake/src/other/tnt/CMakeLists.txt
Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt 2010-09-07 20:43:39 UTC (rev
40494)
+++ brlcad/branches/cmake/CMakeLists.txt 2010-09-07 21:43:54 UTC (rev
40495)
@@ -1116,7 +1116,11 @@
SET(BRLCAD_SCL_EDITOR_LIB "${SCL_EDITOR_LIB}" CACHE STRING "SCL editor
library" FORCE)
ENDIF(BRLCAD_BUILD_LOCAL_SCL)
+# The jama/tnt headers are installed by default - BRL-CAD requires the altered
headers
+# to build (I think?)
+ADD_SUBDIRECTORY(src/other/tnt)
+
# Now that all the tests are done, configure the brlcad_config.h file:
configure_file(${CONFIG_H_FILE} ${BRLCAD_BINARY_DIR}/include/brlcad_config.h)
Modified: brlcad/branches/cmake/src/adrt/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/adrt/CMakeLists.txt 2010-09-07 20:43:39 UTC
(rev 40494)
+++ brlcad/branches/cmake/src/adrt/CMakeLists.txt 2010-09-07 21:43:54 UTC
(rev 40495)
@@ -13,7 +13,6 @@
-DBRLCADBUILD
)
-
SET(LIBTIE_PRECISION_SRCS "libtie/tie.c;libtie/tie_kdtree.c")
add_library(tie0 ${LIBTIE_PRECISION_SRCS})
target_link_libraries(tie0 bu)
@@ -64,3 +63,16 @@
slave/tienet_slave.c
)
BRLCAD_ADDEXEC(adrt_slave "${ADRT_MASTER_SRCS}" "tie render
${CMAKE_THREAD_LIBS_INIT}")
+
+SET(tie_HDRS
+ adrt.h
+ adrt_struct.h
+ librender/camera.h
+ librender/render.h
+ librender/render_internal.h
+ librender/render_util.h
+ librender/texture.h
+ librender/texture_internal.h
+ libtie/tie.h
+)
+INSTALL(FILES ${tie_HDRS} DESTINATION include/tie)
Modified: brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt 2010-09-07
20:43:39 UTC (rev 40494)
+++ brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt 2010-09-07
21:43:54 UTC (rev 40495)
@@ -104,5 +104,6 @@
if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL )
install(FILES ${LIBUTAHRLE_MAN3} DESTINATION ${MAN_DIR}/man3)
install(FILES rle.5 DESTINATION ${MAN_DIR}/man5)
+ INSTALL(FILES ${LIBUTAHRLE_PUBLIC_HDRS} DESTINATION include)
endif()
Added: brlcad/branches/cmake/src/other/tnt/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tnt/CMakeLists.txt
(rev 0)
+++ brlcad/branches/cmake/src/other/tnt/CMakeLists.txt 2010-09-07 21:43:54 UTC
(rev 40495)
@@ -0,0 +1,32 @@
+
+SET(tnt_HEADERS
+ jama_cholesky.h
+ jama_eig.h
+ jama_lu.h
+ jama_qr.h
+ jama_svd.h
+ tnt.h
+ tnt_array1d.h
+ tnt_array1d_utils.h
+ tnt_array2d.h
+ tnt_array2d_utils.h
+ tnt_array3d.h
+ tnt_array3d_utils.h
+ tnt_fortran_array1d.h
+ tnt_fortran_array1d_utils.h
+ tnt_fortran_array2d.h
+ tnt_fortran_array2d_utils.h
+ tnt_fortran_array3d.h
+ tnt_fortran_array3d_utils.h
+ tnt_i_refvec.h
+ tnt_linalg.h
+ tnt_math_utils.h
+ tnt_matrix.h
+ tnt_sparse_matrix.h
+ tnt_sparse_vector.h
+ tnt_stopwatch.h
+ tnt_subscript.h
+ tnt_vector.h
+ tnt_version.h
+)
+INSTALL(FILES ${tnt_HEADERS} DESTINATION include)
Property changes on: brlcad/branches/cmake/src/other/tnt/CMakeLists.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits