Adds the ability to build a package using CPack
Could use a proper license file, but builds and runs on windows and linux.
To test:
On Windows in visual studio make sure you build the PACKAGE project
On Linux, in the SimMedTK-build
directory run make package
.
Merge request reports
Activity
@buildbot test
46 51 target_include_directories(${target} 47 52 PUBLIC 48 53 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> 49 $<INSTALL_INTERFACE:include/v${SimMedTK_VERSION}> 50 $<INSTALL_INTERFACE:include/v${SimMedTK_VERSION}/${target}> 46 51 target_include_directories(${target} 47 52 PUBLIC 48 53 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> 49 $<INSTALL_INTERFACE:include/v${SimMedTK_VERSION}> 50 $<INSTALL_INTERFACE:include/v${SimMedTK_VERSION}/${target}> Added 1 commit:
- b1f8b753 - Update sha1 sum for the data.
+1 +2
Builds in windows and linux... mac builbot is down for the moment. Go ahead an merge it. http://my.cdash.org/index.php?project=SimMedTK&date=2015-11-04
Edited by Ricardo Ortizmentioned in commit b924288d
Please register or sign in to reply