On Mon, Sep 21, 2015 at 5:37 PM, Tom Kacvinsky wrote:
> I am using cmake 2.8.11.2 on Windows 7 with Visual Studio 2008
>
> This is the snipped of my CMakeLists.txt file
>
> add_library(commoncpp_objects
> OBJECT
>
> )
>
> add_library(commoncpp_static STATIC $)
> add_dependencies
I am using cmake 2.8.11.2 on Windows 7 with Visual Studio 2008
This is the snipped of my CMakeLists.txt file
add_library(commoncpp_objects
OBJECT
)
add_library(commoncpp_static STATIC $)
add_dependencies(commoncpp_static commoncpp_objects)
add_library(commoncpp SHARED
$
co