Update README.adoc

This commit is contained in:
HanSoo
2019-02-11 09:40:08 +09:00
committed by GitHub
parent a9cf5739b6
commit 0b39d5b8a6

View File

@@ -86,7 +86,7 @@ file(GLOB SOURCES "src/*.cpp")
[TIP] [TIP]
==== ====
For modern CMake it is NOT recommended to use a variable for sources. Insead it is For modern CMake it is NOT recommended to use a variable for sources. Instead it is
typical to directly declare the sources in the add_xxx function. typical to directly declare the sources in the add_xxx function.
This is particularly important for glob commands which may not always show you the This is particularly important for glob commands which may not always show you the