certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [certi-dev] CERTI Windows build


From: Eric Noulard
Subject: Re: [certi-dev] CERTI Windows build
Date: Thu, 29 Sep 2011 09:54:24 +0200

2011/9/28 Eric Noulard <address@hidden>:
>
> Now since current CVS HEAD works well on Linux
> may be we can just conditionnally build the static VarData1516
> static lib, i.e. in the CMakeLists.txt
>
> if(WIN32)
>  build static VarData1516
> endif()
>
> if(WIN32)
>   TARGET_LINK_LIBRARIES(FedTime1516 VarData1516)
> else()
>   TARGET_LINK_LIBRARIES(FedTime1516 VarData1516)
> endif()


Off course this is a typo:
if(WIN32)
   TARGET_LINK_LIBRARIES(FedTime1516 VarData1516)
else()
   TARGET_LINK_LIBRARIES(FedTime1516)
endif()
-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]