Merge pull request #217 from atgeirr/install-programs
Add programs to be installed.
This commit is contained in:
@@ -169,6 +169,13 @@ list (APPEND EXAMPLE_SOURCE_FILES
|
|||||||
tutorials/tutorial4.cpp
|
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:
|
# originally generated with the command:
|
||||||
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
|
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
|
||||||
list (APPEND PUBLIC_HEADER_FILES
|
list (APPEND PUBLIC_HEADER_FILES
|
||||||
|
|||||||
Reference in New Issue
Block a user