1
0
Fork 0
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:
flying-dude 2022-07-22 18:45:21 +02:00
parent e6b2f76b64
commit 8f40fe1d62
7 changed files with 150 additions and 150 deletions

View file

@ -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 ################