Skip to content

Commit

Permalink
add pybind11 submodule #14
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Jun 2, 2021
1 parent c12799e commit b7c1da4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "pybind11"]
path = pybind11
url = https://github.com/Pressio/pybind11.git
15 changes: 0 additions & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,3 @@ if(PRESSIODEMOAPPS_ENABLE_TESTS)
enable_testing()
add_subdirectory(tests)
endif()





#include_directories(
# ${CMAKE_CURRENT_SOURCE_DIR}/tpls/eigen/eigen3
# ${CMAKE_CURRENT_SOURCE_DIR}/tpls/pressio/include
# ${CMAKE_CURRENT_SOURCE_DIR})
#add_executable(reconstructFullFom ${CMAKE_CURRENT_SOURCE_DIR}/src/main_reconstruct_fom_state.cc)
#add_executable(reconstructFullFomOd ${CMAKE_CURRENT_SOURCE_DIR}/src/main_reconstruct_fom_state_od.cc)
#add_executable(fom ${CMAKE_CURRENT_SOURCE_DIR}/src/main_fom.cc)
#add_executable(rom ${CMAKE_CURRENT_SOURCE_DIR}/src/main_rom.cc)
#add_executable(hrrom ${CMAKE_CURRENT_SOURCE_DIR}/src/main_hr_rom.cc)
#add_executable(odrom ${CMAKE_CURRENT_SOURCE_DIR}/src/main_od_rom.cc)
1 change: 1 addition & 0 deletions pybind11
Submodule pybind11 added at c4bb38

0 comments on commit b7c1da4

Please sign in to comment.