Skip to content

Commit

Permalink
put 3rdparty in vendor to avoid merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
IssMneur committed Oct 11, 2016
1 parent dec45ba commit beed3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "3rdparty"]
path = 3rdparty
[submodule "vendor"]
path = vendor
url = https://github.com/wxLauncher/wxlauncher-3rdparty.git
[submodule "cmake/modules/sdl2-cmake-scripts"]
path = cmake/modules/sdl2-cmake-scripts
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set(LAUNCHER_CMAKE_SOURCE_DIR ${CMAKE_SOURCE_DIR}/cmake)
include(${LAUNCHER_CMAKE_SOURCE_DIR}/setup_submodules.cmake)
include(${LAUNCHER_CMAKE_SOURCE_DIR}/modules/modules.cmake)
list(INSERT CMAKE_MODULE_PATH 0 "${LAUNCHER_CMAKE_SOURCE_DIR}/include")
set(3RD_PARTY_SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty)
set(3RD_PARTY_SOURCE_DIR ${CMAKE_SOURCE_DIR}/vendor)

include(${LAUNCHER_CMAKE_SOURCE_DIR}/GetVersionFromGitTag.cmake)

Expand Down

0 comments on commit beed3ff

Please sign in to comment.