> Here's a CMakeLists.txt that I used:
>
> PROJECT(test NONE)
> ADD_CUSTOM_TARGET(
>    "file.txt" ALL
>    COMMAND "touch" ARGS "file.txt"
>    VERBATIM
> )
> INSTALL(
>    FILES "${CMAKE_BINARY_DIR}/file.txt"
>    DESTINATION "/tmp"
> )
>
> -- Jack


Thanks a lot.

---
Dusan
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to