Re: [CMake] Linking and CMakelists.txt

2006-06-22 Thread Brad King
Steve Johns wrote: Hi. I have a project that links to an external library that I've build successfully (in MSVC 7.1) using LINK_LIBRARIES()andLINK_DIRECTORIES() in my CMakelists.txt file. When I delete one or both of these directives, the project still builds! I don't see how it

[CMake] Linking and CMakelists.txt

2006-06-22 Thread Steve Johns
Hi. I have a project that links to an external library that I've build successfully (in MSVC 7.1) using LINK_LIBRARIES()andLINK_DIRECTORIES() in my CMakelists.txt file. When I delete one or both of these directives, the project still builds! I don't see how it can, without the inf