hi all,

Can anybody tell me what should be the equivalent cmakelists file should for
this makefile.

Makefile:

include Make.bootstrap
# List of descriptor files for test scripts
TEST_DESCRIPTORS = a.desc b.desc c.desc d.desc
include $(MAKEMANY)

here each .desc file has script like this:
For a.desc:

$exec_string = "./a";

Similarly for all desc files.

I am not able to write a equivalent cmake file for this so that exact output
will be produced as on making the simple makefile does.

Regards-
ankit jain
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to