This works for me:

add_executable(myapp main.cpp asdf.txt)


On 20 October 2012 15:51, Uwe Fechner <[email protected]> wrote:

> Hello,
>
> I have a cmake project that builds a library.
>
> I would like to add:
> 1. a bash script file, that loads and executes the library
> 2. a readme.txt file
>
> to the project in such a way that I can easily edit these
> files from within qt creator.
>
> Is there a way to add these files to the CMakeLists.txt file so that
> they are displayed by qt creator in the cmake project?
>
> Best regards:
>
> Uwe Fechner
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to