Re: [CMake] Linking and CMakelists.txt

2006-06-23 Thread Steve Johns
The changes are processed by CMake immediately and the project files are regenerated. However, VS 7.1 does not seem to reliably reload the new project files always. Try exiting VS and running CMake by hand and then reloading the project in VS after editing a file. Brad, Thanks for that

[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

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