8 lines
368 B
CMake
8 lines
368 B
CMake
|
|
# Add tests/executables that need to be compiled but not run
|
||
|
|
|
||
|
|
# Run the serial ConstrainedBubble inputs as a weekly test
|
||
|
|
CONFIGURE_FILE( ${LBPM_SOURCE_DIR}/example/ConstrainedBubble/Color.in ${CMAKE_CURRENT_BINARY_DIR}/Color.in COPYONLY )
|
||
|
|
CONFIGURE_FILE( ${LBPM_SOURCE_DIR}/example/ConstrainedBubble/Domain.in ${CMAKE_CURRENT_BINARY_DIR}/Domain.in COPYONLY )
|
||
|
|
|
||
|
|
|