source: ogBrowser-Git/qtermwidget/CMakeLists.txt @ 9d8d163

jenkinsmain
Last change on this file since 9d8d163 was 23de05d, checked in by adelcastillo <adelcastillo@…>, 16 years ago

Ahora el browser tiene terminal y salida por pestanyas.

git-svn-id: https://opengnsys.es/svn/trunk@453 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 168 bytes
Line 
1add_definitions(-DHAVE_POSIX_OPENPT)
2
3aux_source_directory(src qtermwidget_SRCS)
4
5qt4_automoc(${qtermwidget_SRCS})
6
7add_library(qtermwidget STATIC ${qtermwidget_SRCS})
Note: See TracBrowser for help on using the repository browser.