Say I have an interface of test.h which is located on another folder and the
implementation of it test.cpp on a different folder.
I have another .cpp which calls main and I've use include "test.h", however how
does the test.h file know where the test.cpp is??
As when I type make it doesn't complain because of cannot finding the test.h,
however it complains that it can't find the implementation...
How can I do this then?
_________________________________________________________________
Windows Live: Keep your friends up to date with what you do online.
http://www.microsoft.com/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-id:SI_SB_1:092010_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake