Move apps to examples
This commit is contained in:
parent
b2157b8722
commit
e9f5b34968
@ -33,7 +33,6 @@ option(BTCS_ENABLE_TESTING
|
||||
"Run tests after succesfull compilation"
|
||||
OFF)
|
||||
|
||||
add_subdirectory(app)
|
||||
add_subdirectory(src)
|
||||
|
||||
if(BTCS_ENABLE_TESTING)
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
add_executable(1D main_1D.cpp)
|
||||
target_link_libraries(1D PUBLIC BTCSDiffusion)
|
||||
|
||||
add_executable(2D main_2D.cpp)
|
||||
target_link_libraries(2D PUBLIC BTCSDiffusion)
|
||||
|
||||
add_executable(Comp2D main_2D_mdl.cpp)
|
||||
target_link_libraries(Comp2D PUBLIC BTCSDiffusion)
|
||||
|
||||
add_executable(Const2D main_2D_const.cpp)
|
||||
target_link_libraries(Const2D PUBLIC BTCSDiffusion)
|
||||
Loading…
x
Reference in New Issue
Block a user