aboutsummaryrefslogtreecommitdiff
path: root/src/tools/map_extractor
diff options
context:
space:
mode:
authoripriver <g1ran1q@gmail.com>2020-06-22 15:27:03 +0300
committerShauren <shauren.trinity@gmail.com>2022-01-06 23:40:39 +0100
commitbde36062b7a0bf621086e73a5d419cd8637e9e96 (patch)
tree509f8303b1f6e00cb1b4c44d88e5e7eb0093a369 /src/tools/map_extractor
parentc776218cb5b0cc8f9f6d4d509cf6c36212eb38aa (diff)
fixed indentation for cmake files
(cherry picked from commit a46d047f9466c6f16597755bb7c771a9d1a147f2)
Diffstat (limited to 'src/tools/map_extractor')
-rw-r--r--src/tools/map_extractor/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/map_extractor/CMakeLists.txt b/src/tools/map_extractor/CMakeLists.txt
index 218f5f99fab..c61f0250613 100644
--- a/src/tools/map_extractor/CMakeLists.txt
+++ b/src/tools/map_extractor/CMakeLists.txt
@@ -12,7 +12,7 @@ CollectSourceFiles(
${CMAKE_CURRENT_SOURCE_DIR}
PRIVATE_SOURCES)
-if (WIN32)
+if(WIN32)
list(APPEND PRIVATE_SOURCES ${sources_windows})
endif()
@@ -46,8 +46,8 @@ set_target_properties(mapextractor
FOLDER
"tools")
-if( UNIX )
+if(UNIX)
install(TARGETS mapextractor DESTINATION bin)
-elseif( WIN32 )
+elseif(WIN32)
install(TARGETS mapextractor DESTINATION "${CMAKE_INSTALL_PREFIX}")
endif()