mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
Typo in link command.
This commit is contained in:
@@ -52,7 +52,7 @@ ADD_LIBRARY(CMakeLib SRCS)
|
||||
# always link in the library
|
||||
LINK_LIBRARIES(CMakeLib)
|
||||
# the library is found here
|
||||
LINK_DIRECTORIES(${CMake_BINARY_DIR}/Sources)
|
||||
LINK_DIRECTORIES(${CMake_BINARY_DIR}/Source)
|
||||
|
||||
ADD_EXECUTABLE(cmake cmakemain)
|
||||
ADD_EXECUTABLE(DumpDocumentation cmDumpDocumentation)
|
||||
|
||||
Reference in New Issue
Block a user