Jong-young Park wrote:
...
LINK_DIRECTORIES(../lib)
LINK_LIBRARIES(crypt pthread my)
These are old commands. Install CMake 2.4.6, read the cmake.html docs
again, and don't use them. Look at TARGET_LINK_LIBRARIES.
Cheers,
Brandon Van Every
___
Dear all.
Thanks for replying before.
I have 1 more question.
With your help, I can make both(shared & static) libraries.
However, in my bin/ directories, target must link with static library.
for example, there two directories.
bin/
bin.c
lib/
libmy.a
libmy.so
I wanna make binary like fo