Revision: 77887
http://sourceforge.net/p/brlcad/code/77887
Author: starseeker
Date: 2020-12-03 13:48:38 +0000 (Thu, 03 Dec 2020)
Log Message:
-----------
Install check-express
Modified Paths:
--------------
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt
Modified:
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt
2020-12-03 03:54:16 UTC (rev 77886)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt
2020-12-03 13:48:38 UTC (rev 77887)
@@ -103,7 +103,12 @@
)
add_executable(check-express ${CHECK_EXPRESS_SOURCES})
target_link_libraries(check-express express base)
+install(TARGETS check-express
+ RUNTIME DESTINATION ${BIN_DIR}
+ LIBRARY DESTINATION ${LIB_DIR}
+ ARCHIVE DESTINATION ${LIB_DIR})
+
if(SC_ENABLE_TESTING)
add_subdirectory(test)
endif(SC_ENABLE_TESTING)
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