<div>hi all,</div>
<div> </div>
<div>Can anybody tell me what should be the equivalent cmakelists file should for this makefile.</div>
<div> </div>
<div>Makefile:</div>
<div> </div>
<div>include Make.bootstrap</div>
<div># List of descriptor files for test scripts<br>TEST_DESCRIPTORS = a.desc b.desc c.desc d.desc</div>
<div>include $(MAKEMANY)</div>
<div> </div>
<div>here each .desc file has script like this:</div>
<div>For a.desc:</div>
<div> </div>
<div>$exec_string = "./a";</div>
<div> </div>
<div>Similarly for all desc files.</div>
<div> </div>
<div>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.</div>
<div> </div>
<div>Regards-</div>
<div>ankit jain<br></div>