-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi again,
while exploring possibilities to solve dependency problems I took a
peek at the OUTPUT_REQUIRED_FILES command.
I constructed simple CMakeLists.txt
OUTPUT_REQUIRED_FILES( bar.c baz.txt )
ADD_LIBRARY( foo bar.c )
and the contents of bar.c is:
#include <stdio.h>
int main()
{
puts("hello world!");
return 0;
}
after running cmake baz.txt is created, but its empty. Building the
library with make gives no effect neither. I tried to run
OUTPUT_REQUIRED_FILES on bar.o (depend.make contains dependencies on
bar.o) but it didn't help.
Can anyone point me in the right direction ?
Thanks in advance,
- -Wojciech
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFKqUE+0iFl+nAyImcRAt4kAJ4lqlSb1Nm+TQJrkwCuT8n/9szy0ACfUslV
H7NgAJIUnSNPr5YDgsj3Vy0=
=thTx
-----END PGP SIGNATURE-----
----------------------------------------------------------------------
Wygraj telefon HTC Touch Diamond 2.
Sprawd� >> http://link.interia.pl/f233f
_______________________________________________
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