mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
ENH: updte to lower case and using ADD_SUBDIRECTORY
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Create a library called "Hello" which includes the source file "hello.cxx".
|
||||
# The extension is already found. Any number of sources could be listed here.
|
||||
ADD_LIBRARY(Hello hello.cxx)
|
||||
add_library (Hello hello.cxx)
|
||||
|
||||
Reference in New Issue
Block a user