File: CMakeLists.txt

package info (click to toggle)
sim 0.9.5~svn20080806-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 18,108 kB
  • ctags: 11,570
  • sloc: cpp: 119,605; sh: 9,986; ansic: 3,312; perl: 2,752; lex: 1,533; makefile: 839; xml: 206; python: 56
file content (14 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##################
# floaty library #
##################
SET(floaty_SRCS
        floaty.cpp
        floatywnd.cpp
)

SET(floaty_HDRS
        floaty.h
        floatywnd.h
)

SIM_ADD_PLUGIN(floaty)