You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/09/12 18:40:22 UTC

svn commit: r1522656 - /apr/apr/branches/1.4.x/CMakeLists.txt

Author: trawick
Date: Thu Sep 12 16:40:22 2013
New Revision: 1522656

URL: http://svn.apache.org/r1522656
Log:
from trunk r1522649: set binary attributes for dlls via libapr.rc

Modified:
    apr/apr/branches/1.4.x/CMakeLists.txt

Modified: apr/apr/branches/1.4.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CMakeLists.txt?rev=1522656&r1=1522655&r2=1522656&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CMakeLists.txt (original)
+++ apr/apr/branches/1.4.x/CMakeLists.txt Thu Sep 12 16:40:22 2013
@@ -240,7 +240,7 @@ SET(install_bin_pdb)
 SET(install_lib_pdb)
 
 # libapr-1 is shared, apr-1 is static
-ADD_LIBRARY(libapr-1 SHARED ${APR_HEADERS} ${APR_SOURCES} ${PROJECT_BINARY_DIR}/apr.h)
+ADD_LIBRARY(libapr-1 SHARED ${APR_HEADERS} ${APR_SOURCES} ${PROJECT_BINARY_DIR}/apr.h libapr.rc)
 SET(install_targets ${install_targets} libapr-1)
 SET(install_bin_pdb ${install_bin_pdb} ${PROJECT_BINARY_DIR}/libapr-1.pdb)
 TARGET_LINK_LIBRARIES(libapr-1 ${APR_SYSTEM_LIBS})