X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=CMakeLists.txt;h=bc8e913ed215ba990c51ab09dfb2e64dee8d7e54;hp=3746728c923fe0fa516771079b886ef951b5d39c;hb=7ba3852764765e4ffe3ee420f639bd7f6091ccf0;hpb=42d5cde75896853569f7669e47b66c671a917a4d diff --git a/CMakeLists.txt b/CMakeLists.txt index 3746728..bc8e913 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,14 +118,14 @@ configure_file(${CMAKE_SOURCE_DIR}/libt2n.pc.in ${CMAKE_BINARY_DIR}/libt2n.pc @O install(FILES ${CMAKE_BINARY_DIR}/libt2n.pc DESTINATION lib/pkgconfig) # Installation of scripts -# install(PROGRAMS libt2n-gccxml.sh DESTINATION /usr/bin) +install(PROGRAMS libt2n-gccxml.sh DESTINATION bin) # Subdirectories set(CPACK_SET_DESTDIR "ON") add_subdirectory(src) add_subdirectory(test) -# add_subdirectory(examples) add_subdirectory(codegen) -# add_subdirectory(examples-codegen) +add_subdirectory(examples EXCLUDE_FROM_ALL) +add_subdirectory(examples-codegen EXCLUDE_FROM_ALL) include(CPack)