Cleanup (formatting)

This commit is contained in:
Roman Shevchenko
2018-05-04 15:22:59 +02:00
parent 7d2edefefc
commit 1ffe741062
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ if (DEFINED ENV{BUILD_NUMBER})
else()
set(BUILD_NUMBER 9999)
endif()
string(TIMESTAMP YEAR "%Y")
if(CMAKE_GENERATOR_PLATFORM STREQUAL "x64")
+2
View File
@@ -10,7 +10,9 @@ if (DEFINED ENV{BUILD_NUMBER})
else()
set(BUILD_NUMBER 9999)
endif()
string(TIMESTAMP YEAR "%Y")
if(CMAKE_GENERATOR_PLATFORM STREQUAL "x64")
set(FILE_NAME "fsnotifier64")
else()
+1
View File
@@ -10,6 +10,7 @@ if (DEFINED ENV{BUILD_NUMBER})
else()
set(BUILD_NUMBER 9999)
endif()
string(TIMESTAMP YEAR "%Y")
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /MT")