diff options
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index bff926a..9f87e80 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -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) |