Skip to content

Instantly share code, notes, and snippets.

@rwcarlsen
Last active August 29, 2015 14:14
Show Gist options
  • Save rwcarlsen/a76ce25974edc7ac6b50 to your computer and use it in GitHub Desktop.
Save rwcarlsen/a76ce25974edc7ac6b50 to your computer and use it in GitHub Desktop.
# ------------------- Add all Concrete Agents ----------------------------
USE_CYCLUS("cycamore" "batch_reactor")
USE_CYCLUS("cycamore" "enrichment_facility")
#USE_CYCLUS("cycamore" "inpro_reactor")
USE_CYCLUS("cycamore" "sink")
USE_CYCLUS("cycamore" "source")
USE_CYCLUS("cycamore" "deploy_inst")
USE_CYCLUS("cycamore" "manager_inst")
USE_CYCLUS("cycamore" "growth_region")
############## Add something like this:
SET(cycamore_CC ${cycamore_CC} foo1.cc foo2.cc)
SET(cycamore_CC ${cycamore_H} foo1.h foo2.h)
INSTALL_CYCLUS_MODULE("cycamore" "" "NONE")
SET(TestSource ${cycamore_TEST_CC} PARENT_SCOPE)
# install header files
FILE(GLOB h_files "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
INSTALL(FILES ${h_files} DESTINATION include/cycamore COMPONENT cycamore)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment