# executables:
#
- INCLUDE_DIRECTORIES(
- ${CMAKE_SOURCE_DIR}/include/
- ${CMAKE_BINARY_DIR}/include/
- )
+ #INCLUDE_DIRECTORIES(
+ # ${CMAKE_SOURCE_DIR}/include/
+ # ${CMAKE_BINARY_DIR}/include/
+ # )
ADD_EXECUTABLE(make_dependencies make_dependencies.cc)
- ADD_EXECUTABLE(report_features report_features.cc)
- TARGET_LINK_LIBRARIES(report_features ${DEAL_II_EXTERNAL_LIBRARIES})
+ #ADD_EXECUTABLE(report_features report_features.cc)
+ #TARGET_LINK_LIBRARIES(report_features ${DEAL_II_EXTERNAL_LIBRARIES})
ADD_DEPENDENCIES(report_features deal_ii_target_dependencies)
- INSTALL(TARGETS make_dependencies report_features expand_instantiations
+ INSTALL(TARGETS
+ make_dependencies
+ #report_features
+ expand_instantiations
RUNTIME
DESTINATION common/scripts
COMPONENT compat_files
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams