Patrick Gelin wrote:
In this case it should work.Can you create a small cmake test file:
CMakeLists.txt:---
add_library(foo foo.c)
--end CMakeLists.txt-
put that in a directory by itself. Then do this:
touch foo.c
mkdir b
cd b
cmake ..
And post all the output.
i
>>
> In this case it should work.Can you create a small cmake test file:
> CMakeLists.txt:---
> add_library(foo foo.c)
> --end CMakeLists.txt-
> put that in a directory by itself. Then do this:
> touch foo.c
> mkdir b
> cd b
> cmake ..
>
> And post all the output.
it's ok...