Merge pull request #217 from atgeirr/install-programs
Add programs to be installed.
This commit is contained in:
commit
f3c79402d6
@ -169,6 +169,13 @@ list (APPEND EXAMPLE_SOURCE_FILES
|
||||
tutorials/tutorial4.cpp
|
||||
)
|
||||
|
||||
# programs listed here will not only be compiled, but also marked for
|
||||
# installation
|
||||
list (APPEND PROGRAM_SOURCE_FILES
|
||||
examples/sim_2p_comp_reorder.cpp
|
||||
examples/sim_2p_incomp.cpp
|
||||
)
|
||||
|
||||
# originally generated with the command:
|
||||
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
|
||||
list (APPEND PUBLIC_HEADER_FILES
|
||||
|
Loading…
Reference in New Issue
Block a user