Author: rinrab
Date: Fri Jul  5 16:56:49 2024
New Revision: 1918944

URL: http://svn.apache.org/viewvc?rev=1918944&view=rev
Log:
On the 'cmake' branch: Install library targets.

All libraries and theirs DLLs will be now installed to CMAKE_INSTALL_PREFIX
when using `cmake --install` command.

* build/generator/templates/targets.cmake.ezt
  (install): Invoke this command for each library target.

Modified:
    subversion/branches/cmake/build/generator/templates/targets.cmake.ezt

Modified: subversion/branches/cmake/build/generator/templates/targets.cmake.ezt
URL: 
http://svn.apache.org/viewvc/subversion/branches/cmake/build/generator/templates/targets.cmake.ezt?rev=1918944&r1=1918943&r2=1918944&view=diff
==============================================================================
--- subversion/branches/cmake/build/generator/templates/targets.cmake.ezt 
(original)
+++ subversion/branches/cmake/build/generator/templates/targets.cmake.ezt Fri 
Jul  5 16:56:49 2024
@@ -32,6 +32,7 @@ if ([targets.enable_condition])[is targe
     "${CMAKE_CURRENT_SOURCE_DIR}/subversion/include"
   )[if-any targets.group]
   list(APPEND [targets.group] [targets.name])[end]
+  install(TARGETS [targets.name])
   [end][is targets.type "exe"]
   add_executable([targets.name][for targets.sources]
     [targets.sources][end]


Reply via email to