Hello,

On 2/21/08, Vandenbroucke Sander <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I want to pass a variable to CMakeLists.txt's in sub directories:
>
>  Top directory CMakeLists.txt:
>  set( VAR1 "" )
>  add_subdirectory (subdir1)
>  add_subdirectory (subdir2)
>
>  Each subdir CMakeLists.txt:
>
>  ...
>  set( VAR1 "${VAR1} extend_var1" )
>  ...
>
>  I use VAR1 later on in the linker.
>
>  How can I make this work?
>
See this thread form yesterday for your answer ;)
http://www.cmake.org/pipermail/cmake/2008-February/019986.html

Regards,

>  Kind regards,
>  Sander.
>
>  _______________________________________________
>  CMake mailing list
>  CMake@cmake.org
>  http://www.cmake.org/mailman/listinfo/cmake
>


-- 
Olivier DOLE
Pleyo
Software Engineer
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to