[CMake] Add non-build files to a project?

Jan Woetzel jw at mip.informatik.uni-kiel.de
Wed May 24 03:26:05 EDT 2006


James Mansion wrote:

>VStudio projects I add in the includes and
>the documentation text and web files so I can
>select them easily for editing.
>  
>
You could add arbitray files to a target - as long as VS has no 
"automatic" rule to compile them (e.g. .cc, .cpp etc)
I am adding .html files to libraries/executable or using a dummy target e.g:

 ADD_EXECUTABLE(dummy dummy.cpp 
"${CMAKE_CURRENT_BINARY_DIR}/Doc/index.html")

SOURCE_GROUP command may be useful, too.

Jan.

-- 

  Dipl.-Ing. Jan Woetzel
--------------------------------------------------
  University of Kiel
  Institute of Computer Science and Applied Mathematics
  Hermann-Rodewald-Str. 3 [room 310]
  24098 Kiel/Germany
--------------------------------------------------
  Phone +49-431-880-4477
  Fax   +49-431-880-4054
  Mob.  +49-179-2937346
--------------------------------------------------
  Url   www.mip.informatik.uni-kiel.de/~jw
  Email jw at mip.informatik.uni-kiel.de



More information about the CMake mailing list