Project

General

Profile

Actions

Bug #890

closed

Single library directory

Added by Christophe Delépine almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
07/06/2011
Due date:
% Done:

0%

Estimated time:

Description

I use Cmake to produce Visual Studio 2010 solution and project.

After build, wt libraries are stored in many directories :

src\$(Configuration)

src\http\$(Configuration)

src\wt\Ext\$(Configuration)

...

It would be more user friendly if all libraries were in a single directory

Only one additional library directory would need to be specified in user projects that depend on wt

Actions #1

Updated by Koen Deforche almost 13 years ago

  • Status changed from New to InProgress
  • Assignee set to Wim Dumon
Actions #2

Updated by Wim Dumon almost 13 years ago

  • Status changed from InProgress to Resolved

If you build the 'INSTALL' project in the VS solution, the header files and libraries will be copied in the directory pointed to by CMAKE_INSTALL_PREFIX. All lib files and header files will be conveniently installed respectively in lib/ and include/, where your external projects can point to.

CMAKE_INSTALL_PREFIX defaults to c:/Program Files/WT, but you can really point it to anywhere you like.

Actions #3

Updated by Koen Deforche almost 13 years ago

  • Target version set to 3.1.10
Actions #4

Updated by Koen Deforche almost 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF