mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
remove trailing whitespace from CMakeLists.txt files
This commit is contained in:
parent
e6b2f76b64
commit
8f40fe1d62
7 changed files with 150 additions and 150 deletions
16
extern/hunspell/CMakeLists.txt
vendored
16
extern/hunspell/CMakeLists.txt
vendored
|
@ -24,9 +24,9 @@ endif(NOT CMAKE_BUILD_TYPE)
|
|||
|
||||
# Definition of Macros
|
||||
add_definitions(
|
||||
-D_DEBUG
|
||||
-DIDEHELPER_EXPORTS
|
||||
-DBFSYSLIB_DYNAMIC
|
||||
-D_DEBUG
|
||||
-DIDEHELPER_EXPORTS
|
||||
-DBFSYSLIB_DYNAMIC
|
||||
-DUNICODE
|
||||
-D_UNICODE
|
||||
-DBF_NO_FBX
|
||||
|
@ -57,16 +57,16 @@ endif()
|
|||
# Add Dependencies to project. #
|
||||
###################################################
|
||||
|
||||
option(BUILD_DEPENDS
|
||||
"Build other CMake project."
|
||||
ON
|
||||
option(BUILD_DEPENDS
|
||||
"Build other CMake project."
|
||||
ON
|
||||
)
|
||||
|
||||
# Dependencies : disable BUILD_DEPENDS to link with lib already build.
|
||||
if(BUILD_DEPENDS)
|
||||
|
||||
|
||||
else()
|
||||
|
||||
|
||||
endif()
|
||||
|
||||
################# Flags ################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue