/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-16 19:06:34 UTC
  • Revision ID: csa@suren.me-20160316190634-srd1gqpxh5igizym
Use GNUInstallDirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
add_dependencies(pcilib dma protocols views)
15
15
 
16
16
install(TARGETS pcilib
17
 
    LIBRARY DESTINATION lib${LIB_SUFFIX}
 
17
    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
18
18
)
19
19
 
20
20
install(FILES pcilib.h