Skip to content

Commit

Permalink
Merge pull request #248 from kimkulling/improvement/update_deps_and_more
Browse files Browse the repository at this point in the history
Improvement/update deps and more
  • Loading branch information
kimkulling authored Oct 16, 2024
2 parents 3c643ba + 003a7bd commit dae5ca7
Show file tree
Hide file tree
Showing 278 changed files with 9 additions and 271,662 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev libglm-dev libglew-dev
sudo apt-get install libsdl2-dev libglm-dev libglew-dev libgtest-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ SET( OSRE_VERSION_MINOR 1 )
SET( OSRE_VERSION_PATCH 0 )
SET( OSRE_VERSION ${OSRE_VERSION_MAJOR}.${OSRE_VERSION_MINOR}.${OSRE_VERSION_PATCH} )
SET( PROJECT_VERSION "${OSRE_VERSION}" )
set_property( GLOBAL PROPERTY CXX_STANDARD 14 )
#set(CMAKE_CXX_STANDARD 17 CACHE STRING "v")
set(CMAKE_CXX_STANDARD 17)
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/contrib/assimp/cmake-modules/")

OPTION( OSRE_BUILD_PLAYER "Build the plyer of OSRE." ON)
Expand Down
2 changes: 1 addition & 1 deletion contrib/assimp
Submodule assimp updated 223 files
2 changes: 1 addition & 1 deletion contrib/cppcore
Submodule cppcore updated 2 files
+51 −4 doc/Container.md
+1 −0 doc/index.md
126 changes: 0 additions & 126 deletions contrib/gmock-1.7.0/CHANGES

This file was deleted.

171 changes: 0 additions & 171 deletions contrib/gmock-1.7.0/CMakeLists.txt

This file was deleted.

40 changes: 0 additions & 40 deletions contrib/gmock-1.7.0/CONTRIBUTORS

This file was deleted.

28 changes: 0 additions & 28 deletions contrib/gmock-1.7.0/LICENSE

This file was deleted.

Loading

0 comments on commit dae5ca7

Please sign in to comment.