On Friday 19 November 2010 01:21:53 Cliff Yapp wrote:
> BRL-CAD's experimental CMake build is using xsltproc and fop currently
> rather than TEX binaries, but the techniques probably can be adapted to
> other tools - you might want to take a look at:
>
> http://brlcad.svn.sourceforge.net/viewvc/br
On 11/19/2010 02:35 PM, luxInteg wrote:
> Greetings,
>
> I am learning cmake. I practice using the "add_library comand" as shown
> below
>
>
> set(serial "1.2.3")
> add_library(testLIB SHARED testLIB.c)
> set_target_properties(testLIB PROPERTIES VERSION ${serial} SOVERSION 1)
> SET(CMAKE_INS
Zitat von "Cliff Yapp" :
On 11/19/2010 03:31 AM, Hendrik Sattler wrote:
Zitat von luxInteg :
I am learning cmake
I downloaded CMakeUseLatex from
http://www.cmake.org/Wiki/CMakeUserUseLATEX
and I scanned through the pdf file but I did not see any references
to TEX
binaries such docbook2h
On 11/19/2010 03:31 AM, Hendrik Sattler wrote:
> Zitat von luxInteg :
>> I am learning cmake
>> I downloaded CMakeUseLatex from
>> http://www.cmake.org/Wiki/CMakeUserUseLATEX
>>
>> and I scanned through the pdf file but I did not see any references
>> to TEX
>> binaries such docbook2html, dbl
On Wednesday 17 November 2010 08:10:32 Arjen Markus wrote:
> Hello luxInteg,
>
> you are trying to set the Fortran compiler to gfortran then?
> Why? Why not leave it to CMake to come up with whatever compiler
> is suitable? That is part of the strength of tools like CMake.
>
I have it sorted
tha
Greetings,
I am learning cmake. I practice using the "add_library comand" as shown
below
set(serial "1.2.3")
add_library(testLIB SHARED testLIB.c)
set_target_properties(testLIB PROPERTIES VERSION ${serial} SOVERSION 1)
SET(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")
Zitat von luxInteg :
I am learning cmake
I downloaded CMakeUseLatex from
http://www.cmake.org/Wiki/CMakeUserUseLATEX
and I scanned through the pdf file but I did not see any references to TEX
binaries such docbook2html, dblatex etc. So lets say I have a couple a
docbook_xml files xyxy.
Hi
On 11/19/2010 08:22 AM, Thomas Lehmann wrote:
> Hi,
>
> I’ve found an example to use bison and flex in cmake.
> I have a static library where I want to add the generated
> sources but the dependencies are not triggered. Why?
Let's see:
> project(test)
>
> include_directories(.
>
2010/11/19 Thomas Lehmann :
> - cmake 2.8.2
> - the removing of the 'S' is not solving the problem.
DEPENDS ${CMAKE_BINARY_DIR}/libs/test/parser.cxx
OUTPUTS ${CMAKE_BINARY_DIR}/libs/test/parser.cxx
those two lines are wrong too, I think you cannot not depend on your output.
--
Erk
Membre de l'A
- cmake 2.8.2
- the removing of the 'S' is not solving the problem.
>
Thomas Lehmann
Scrum Master
RTS Realtime Systems Software GmbH, Rembrandtstrasse 13, D-60596 Frankfurt am
Main
T: +49.69.61009.0 / F: +49.69.61009.181
Sitz: Frankfurt am Main - HRB 84467 Amtsgericht Frankfurt am Main
Geschäf
10 matches
Mail list logo