EOF added;
This commit is contained in:
+1
-1
@@ -43,4 +43,4 @@ ipch/
|
|||||||
*.idea
|
*.idea
|
||||||
|
|
||||||
# Other files
|
# Other files
|
||||||
.directory
|
.directory
|
||||||
|
|||||||
@@ -51,4 +51,4 @@ ADD_SUBDIRECTORY(programs)
|
|||||||
# Add extra compilation flags
|
# Add extra compilation flags
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
INCLUDE(CMakeModules/AddExtraCompilationFlags.cmake)
|
INCLUDE(CMakeModules/AddExtraCompilationFlags.cmake)
|
||||||
ADD_EXTRA_COMPILATION_FLAGS()
|
ADD_EXTRA_COMPILATION_FLAGS()
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ foreach(file ${files})
|
|||||||
else(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
else(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
||||||
message(STATUS "File $ENV{DESTDIR}${file} does not exist.")
|
message(STATUS "File $ENV{DESTDIR}${file} does not exist.")
|
||||||
endif(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
endif(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
||||||
endforeach(file)
|
endforeach(file)
|
||||||
|
|||||||
@@ -200,4 +200,4 @@ IF (UNIX)
|
|||||||
|
|
||||||
ADD_CUSTOM_TARGET(uninstall
|
ADD_CUSTOM_TARGET(uninstall
|
||||||
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_BINARY_DIR}/cmake_uninstall.cmake)
|
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_BINARY_DIR}/cmake_uninstall.cmake)
|
||||||
ENDIF (UNIX)
|
ENDIF (UNIX)
|
||||||
|
|||||||
Reference in New Issue
Block a user