forked from vistle/vistle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hpcdgrie
committed
Apr 26, 2024
1 parent
f860d52
commit e5428ae
Showing
4 changed files
with
1 addition
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
set(LIBSIM_SOURCES inSituModule.cpp inSituReader.cpp) | ||
|
||
set(LIBSIM_HEADER inSituModule.h inSituReader.h export.h) | ||
|
||
vistle_add_library(vistle_insitu_module EXPORT ${LIBSIM_SOURCES} ${LIBSIM_HEADER}) | ||
vistle_add_library(vistle_insitu_module EXPORT export.h inSituModule.h inSituModule.cpp) | ||
vistle_target_link_libraries(vistle_insitu_module PRIVATE vistle_module vistle_insitu_core PUBLIC vistle_insitu_message) | ||
|
||
vistle_install_docs(README.md) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.