Hi list,

I'm building applications for an bare-metal sytem. There
are no standard libraries.

In my toolchain-file I specify 

  set(CMAKE_SYSTEM_NAME "Generic")

and I'm telling gcc to not include std-libraries with -nostdlib .

In my toolchain-file I changed 

  CMAKE_EXE_LINKER_FLAGS

in order to link with my LdScript and to add basic stuff during link.
A crt0 for my platform myself and other stuff in the future.

Is there a way to add a dependency to (existing) files in a generic
manner so that all executable- and library-targets are getting a
link-dependency?

Like a system-library-template-variable to fill in.

Thanks in advance for any help.

best regards,
--
Patrick.







-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to