File: CMakeLists.txt

package info (click to toggle)
nifticlib 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,756 kB
  • sloc: ansic: 18,065; sh: 483; makefile: 426; csh: 114; python: 88; tcl: 42
file content (14 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#File Generated by Hans J. Johnson
#Please contact hans-johnson@uiowa.edu for making enhancments/corrections

include_directories(${NIFTI_SOURCE_DIR}/niftilib ${NIFTI_SOURCE_DIR}/znzlib ${NIFTI_SOURCE_DIR}/nifticdf)

add_executable(  ${PACKAGE_PREFIX}fsl_api_driver fsl_api_driver.c )
target_link_libraries( fsl_api_driver ${PACKAGE_PREFIX}fslio)

if(NOT NIFTI_INSTALL_NO_LIBRARIES)
  install(TARGETS ${PACKAGE_PREFIX}fsl_api_driver
    RUNTIME DESTINATION ${NIFTI_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries
    LIBRARY DESTINATION ${NIFTI_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries
    ARCHIVE DESTINATION ${NIFTI_INSTALL_LIB_DIR} COMPONENT Development)
endif(NOT NIFTI_INSTALL_NO_LIBRARIES)