Typo in link command.

This commit is contained in:
Berk Geveci 2001-09-10 11:03:30 -04:00
parent 53ed585ef6
commit 5acb894e58
1 changed files with 1 additions and 1 deletions

View File

@ -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)