mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
fixed indentation for cmake files
(cherry picked from commit a46d047f94)
This commit is contained in:
@@ -13,7 +13,7 @@ set(PRIVATE_SOURCES
|
||||
TileAssembler.h
|
||||
VMapAssembler.cpp)
|
||||
|
||||
if (WIN32)
|
||||
if(WIN32)
|
||||
list(APPEND PRIVATE_SOURCES ${sources_windows})
|
||||
endif()
|
||||
|
||||
@@ -32,8 +32,8 @@ set_target_properties(vmap4assembler
|
||||
FOLDER
|
||||
"tools")
|
||||
|
||||
if( UNIX )
|
||||
if(UNIX)
|
||||
install(TARGETS vmap4assembler DESTINATION bin)
|
||||
elseif( WIN32 )
|
||||
elseif(WIN32)
|
||||
install(TARGETS vmap4assembler DESTINATION "${CMAKE_INSTALL_PREFIX}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user