Hi all,
I am developing a library and usign cmake as a building tool.I want to test
my library when building. Directory structure is like this::

-src
    |_   lib_src1.cpp
    |_   lib_src2.cpp
    |_  lib_src3.cpp

-test
   |_ test.cpp

I wrote CMakeLists.txt in src folder and it is working fine. But i want to
add test directory and can run test for library.test.cpp tests my
librarys.How can I do this ?
Thanks in advance
Ramazan
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to