remove newline at end of shared CMakeLists

This commit is contained in:
Stephen Birarda 2013-08-01 15:19:54 -07:00
parent 2b0cfe3c67
commit 121abc40b6

View file

@ -32,4 +32,4 @@ endif (UNIX AND NOT APPLE)
# include GLM
include(${MACRO_DIR}/IncludeGLM.cmake)
include_glm(${TARGET_NAME} ${ROOT_DIR})
include_glm(${TARGET_NAME} ${ROOT_DIR})