mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Renamed readme.md
This commit is contained in:
parent
099bef4d16
commit
7f291cdbeb
@ -4,6 +4,7 @@ file(GLOB ROOT_SOURCE *.cpp)
|
|||||||
file(GLOB ROOT_INLINE *.inl)
|
file(GLOB ROOT_INLINE *.inl)
|
||||||
file(GLOB ROOT_HEADER *.hpp)
|
file(GLOB ROOT_HEADER *.hpp)
|
||||||
file(GLOB ROOT_TEXT ../*.txt)
|
file(GLOB ROOT_TEXT ../*.txt)
|
||||||
|
file(GLOB ROOT_MD ../*.md)
|
||||||
file(GLOB ROOT_NAT ../util/glm.natvis)
|
file(GLOB ROOT_NAT ../util/glm.natvis)
|
||||||
|
|
||||||
file(GLOB_RECURSE CORE_SOURCE ./detail/*.cpp)
|
file(GLOB_RECURSE CORE_SOURCE ./detail/*.cpp)
|
||||||
@ -18,7 +19,7 @@ file(GLOB_RECURSE GTX_SOURCE ./gtx/*.cpp)
|
|||||||
file(GLOB_RECURSE GTX_INLINE ./gtx/*.inl)
|
file(GLOB_RECURSE GTX_INLINE ./gtx/*.inl)
|
||||||
file(GLOB_RECURSE GTX_HEADER ./gtx/*.hpp)
|
file(GLOB_RECURSE GTX_HEADER ./gtx/*.hpp)
|
||||||
|
|
||||||
source_group("Text Files" FILES ${ROOT_TEXT})
|
source_group("Text Files" FILES ${ROOT_TEXT} ${ROOT_MD})
|
||||||
source_group("Core Files" FILES ${CORE_SOURCE})
|
source_group("Core Files" FILES ${CORE_SOURCE})
|
||||||
source_group("Core Files" FILES ${CORE_INLINE})
|
source_group("Core Files" FILES ${CORE_INLINE})
|
||||||
source_group("Core Files" FILES ${CORE_HEADER})
|
source_group("Core Files" FILES ${CORE_HEADER})
|
||||||
|
Loading…
Reference in New Issue
Block a user