Skip to content

Commit

Permalink
Merge pull request #50 from pierrekraemer/develop
Browse files Browse the repository at this point in the history
quick traversor + dynamic time step
  • Loading branch information
pierrekraemer authored Jul 4, 2017
2 parents 5923a09 + a79ac7b commit 93b1785
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 185 deletions.
1 change: 0 additions & 1 deletion schnapps/plugins/import/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ find_package(Qt5 COMPONENTS Widgets REQUIRED)
find_package(tinyxml2 REQUIRED)
find_package(lm6 REQUIRED)
find_package(ply REQUIRED)
find_package(QOGLViewer REQUIRED)

set(HEADER_FILES
dll.h
Expand Down
2 changes: 1 addition & 1 deletion schnapps/plugins/shallow_water/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ target_link_libraries(${PROJECT_NAME}
schnapps_core
${cgogn_core_LIBRARIES}
${cgogn_modeling_LIBRARIES}
${cgogn_geoemtry_LIBRARIES}
${cgogn_geometry_LIBRARIES}
${Qt5Core_LIBRARIES}
${Qt5Widgets_LIBRARIES}
)
Loading

0 comments on commit 93b1785

Please sign in to comment.