Greetings

I am learning cmake

consider my project  with  two directories  dir1 and dir2 

if I want to:-
move to dir1 and  add a library libA  in dir1  
move to dir2 and  add a library libB  in dir2 
move back to dir1 and add a test  testA in dir1
move back to dir2 and add a test  testB to dir2


(the moving back is because of  the  interdependencies  of the tests with the 
libraries  i.e.       testA reaquires libB etc))

how do I do this?

sincerely
luxInteg
_______________________________________________
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

Reply via email to