Skip to content
Snippets Groups Projects
Commit 6c534492 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

use tab for consistency in this file

parent 46ca4b36
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ MACRO(GET_SOURCE_FILES SOURCE_FILES)
# Get all files in the directory
FILE(GLOB GET_SOURCE_FILES_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${DIR}/*.h)
FILE(GLOB GET_SOURCE_FILES_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${DIR}/*.tpp)
FILE(GLOB GET_SOURCE_FILES_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${DIR}/*.tpp)
FILE(GLOB GET_SOURCE_FILES_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${DIR}/*.cpp)
SET(${SOURCE_FILES} ${GET_SOURCE_FILES_HEADERS} ${GET_SOURCE_FILES_SOURCES})
......@@ -55,4 +55,4 @@ MACRO(ADD_GOOGLE_TESTS executable)
# message ("Adding test: ${test_name}")
ENDFOREACH(hit)
ENDFOREACH()
ENDMACRO()
\ No newline at end of file
ENDMACRO()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment