X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=CMakeLists.txt;h=bc8e913ed215ba990c51ab09dfb2e64dee8d7e54;hp=3746728c923fe0fa516771079b886ef951b5d39c;hb=44b4600fd51677e54dd167734ca9252b58237cda;hpb=ab2a4234912fd8325e966235d592b632290413df 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)