Thanks for your help

Eric Noulard skrev:
2007/5/20, Kenny Erleben <[EMAIL PROTECTED]>:

i) How to create a header only target(no source files at all)  in CMake
just for class browsing?

Dont really know what you want?

May be you can just use the CMake
INSTALL command to install your header?

May be you could explain what you want CMake to do with the file?
Why do you want the header to be a "target"?
Our users use their IDE to get an overview of the header library, they do ``code-digging'' and use the class-browser to find their way to a tool etc.. For making this more easy we simply use a ``library'' project in vc80. In terms of CMake I want to write something like:

FILE( GLOB_RECURSE OPENTISSUE_HEADER_FILES *.h )
ADD_LIBRARY(OpenTissue ${OPENTISSUE_HEADER_FILES})

But CMake do not like this:-(

/Kenny

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to