Skip to content

Commit

Permalink
Added new cmake for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Dec 28, 2009
1 parent 5ce24b4 commit cdbc8f0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
######################################################################################
# Build function for tvtest
######################################################################################

SET(SRCS tvtest/tvtest.c)

BUILDSYS_BUILD_EXE(
NAME tvtest
SOURCES "${SRCS}"
CXX_FLAGS FALSE
LINK_LIBS ${libtrancevibe_LIBRARY} ${LIBTRANCEVIBE_DEP_LIBS}
LINK_FLAGS FALSE
DEPENDS ${libtrancevibe_LIBRARY}_DEPEND
SHOULD_INSTALL TRUE
)

0 comments on commit cdbc8f0

Please sign in to comment.