> Now, if I do
> 
> file(GLOB HEADERS "include/*.hpp")
> 
> 
> add_executable( ${BIN} test/main.cpp ${HEADERS} )

> It works but it does not feel like the optimal solution.
> 
> 
> Is there a better way of doing this?
Not really. Creator's cmake support relies on cmake knowing the headers.

daniel
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to