mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[m] attempt to fix Travis not building
This commit is contained in:
parent
a05c31e62f
commit
42abf7c67e
9 changed files with 20 additions and 14 deletions
|
|
@ -8,7 +8,8 @@
|
|||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
project (MANGOS_VMAP_ASSEMB_IO)
|
||||
|
||||
set(CMAKE_VERBOSE_MAKEFILE true)
|
||||
|
|
@ -85,4 +86,3 @@ target_link_libraries(vmap_assembler vmap)
|
|||
|
||||
# add_executable(vmap_test coordinate_test.cpp)
|
||||
# target_link_libraries(vmap_test vmap)
|
||||
|
||||
|
|
|
|||
2
contrib/vmap_assembler/VC100/.gitignore
vendored
Normal file
2
contrib/vmap_assembler/VC100/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.user
|
||||
bin
|
||||
2
contrib/vmap_assembler/VC110/.gitignore
vendored
Normal file
2
contrib/vmap_assembler/VC110/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.user
|
||||
bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue