Hello,
I have a library which provides some static library (.a) and a program
object file (.o).
The .o is needed to compile the project which migrates from autotools to
cmake but I don't know
how adding properly this file into my CMakelist.
My current solution is to add the file.o to CMAKE_C_FLAGS.
For example :
set(CMAKE_C_FLAGS "-g -Wall file.o")

But I hope there is a better solution.
Of course, I have'nt the file needed to generate this file.o.

Any advices?

Thank you

David

---------
cmake 2.6.4
gcc 4
---------
_______________________________________________
Powered by www.kitware.com

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

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

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to