mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-13 03:18:23 +01:00
Add apps directory and initializer application
This commit is contained in:
parent
a6063776ea
commit
24b0607e94
@ -41,3 +41,5 @@ endif()
|
||||
option(BUILD_DOC "Build documentation with doxygen" OFF)
|
||||
|
||||
add_subdirectory(docs)
|
||||
|
||||
add_subdirectory(apps)
|
||||
4
apps/CMakeLists.txt
Normal file
4
apps/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
file(GLOB INIT_SRCS CONFIGURE_DEPENDS "initializer/*.cpp")
|
||||
|
||||
add_executable(poet_initializer ${INIT_SRCS})
|
||||
target_link_libraries(poet_initializer RRuntime tug)
|
||||
3
apps/initializer/main.cpp
Normal file
3
apps/initializer/main.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include <Rcpp.h>
|
||||
|
||||
int main(int argc, char **argv) {}
|
||||
Loading…
x
Reference in New Issue
Block a user