comparison CMakeLists.txt @ 60:fbf7881c8b0f

CMake: add missing files
author SokoL_SD
date Tue, 19 May 2009 08:55:06 +0000
parents 17165763b300
children bee1446909c5
comparison
equal deleted inserted replaced
59:17165763b300 60:fbf7881c8b0f
611 foreach(package ${packages}) 611 foreach(package ${packages})
612 add_dependencies(cpp_${package} dgen) 612 add_dependencies(cpp_${package} dgen)
613 endforeach(package ${packages}) 613 endforeach(package ${packages})
614 add_sources_for_generating(${files_for_gen}) 614 add_sources_for_generating(${files_for_gen})
615 615
616 set(CPACK_COMPONENTS_ALL qtd) 616 set(CPACK_COMPONENTS_ALL qtd qtd_tools)
617
618 617
619 ##-------------------------------------------- 618 ##--------------------------------------------
620 ## Build other parts of the QtD. 619 ## Build other parts of the QtD.
621 ##-------------------------------------------- 620 ##--------------------------------------------
622 add_custom_target(tools ALL) 621 add_custom_target(tools ALL)
627 626
628 if(BUILD_EXAMPLES) 627 if(BUILD_EXAMPLES)
629 add_subdirectory(demos) 628 add_subdirectory(demos)
630 add_subdirectory(examples) 629 add_subdirectory(examples)
631 endif(BUILD_EXAMPLES) 630 endif(BUILD_EXAMPLES)
632
633
634 631
635 ##-------------------------------------------- 632 ##--------------------------------------------
636 ## CPack. 633 ## CPack.
637 ##-------------------------------------------- 634 ##--------------------------------------------
638 set(CPACK_PACKAGE_VERSION_PATCH 1) 635 set(CPACK_PACKAGE_VERSION_PATCH 1)