diff --git a/libraries/shared/CMakeLists.txt b/libraries/shared/CMakeLists.txt index 99302b955f..65337ab8e4 100644 --- a/libraries/shared/CMakeLists.txt +++ b/libraries/shared/CMakeLists.txt @@ -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}) \ No newline at end of file