File: CMakeLists.txt

package info (click to toggle)
qt4-perl 4.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,464 kB
  • sloc: perl: 42,937; cpp: 28,039; makefile: 153; xml: 98; sh: 4
file content (3 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (3)
1
2
3
install( FILES signals.pm slots.pm isa.pm debug.pm classinfo.pm DESTINATION ${CUSTOM_PERL_SITE_ARCH_DIR}/QtCore4 )
add_custom_target(perlqt4pmlibmkdir ALL ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/blib/lib/QtCore4)
add_custom_target(perlqt4pmlibsubdir ALL ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_BINARY_DIR}/blib/lib/QtCore4)