Re: [CMake] Generating shell script through cmake

2009-02-26 Thread Eric Noulard
2009/2/26 ankit jain : > Hi, > > I want to generate a shell script which should be executable through three > files. > > first file has some macros with other functions and other code. > Second and third file haev definitions fot he macro the functions. > > Can i generateĀ a shell script fromĀ all th

[CMake] Generating shell script through cmake

2009-02-25 Thread ankit jain
Hi, I want to generate a shell script which should be executable through three files. first file has some macros with other functions and other code. Second and third file haev definitions fot he macro the functions. Can i generate a shell script from all this. Ankit ___