Skip to content

Commit

Permalink
PR #105: This reverts commit 75d3091.
Browse files Browse the repository at this point in the history
(Will add C++ Epiphan live test app to CMake config)
  • Loading branch information
dzhoshkun committed May 1, 2019
1 parent adff9bd commit 165e22d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,24 +319,6 @@ ADD_LIBRARY(${NAME} SHARED ${HEADERS} ${SOURCES})
TARGET_LINK_LIBRARIES(${NAME} ${LIBS})
LIST(APPEND INSTALLABLES ${NAME})

# Sample C++ application for testing Epiphan live
INCLUDE_DIRECTORIES(tests/epiphan/dvi2pcieduo)
SET(SAVE_N_FRAMES save_n_frames)
ADD_EXECUTABLE(${SAVE_N_FRAMES}
tests/epiphan/dvi2pcieduo/io_utils.h
tests/epiphan/dvi2pcieduo/io_utils.cpp
tests/epiphan/dvi2pcieduo/save_n_frames_to_binary.cpp
)
TARGET_LINK_LIBRARIES(${SAVE_N_FRAMES} ${NAME} ${EpiphanSDK_LIBS})

SET(SAVE_N_DUMMIES save_n_dummies)
ADD_EXECUTABLE(${SAVE_N_DUMMIES}
tests/epiphan/dvi2pcieduo/io_utils.h
tests/epiphan/dvi2pcieduo/io_utils.cpp
tests/epiphan/dvi2pcieduo/save_n_dummies.cpp
)
TARGET_LINK_LIBRARIES(${SAVE_N_DUMMIES} ${NAME} ${EpiphanSDK_LIBS})

# Documentation
if(BUILD_DOC)
FIND_PACKAGE(Doxygen REQUIRED)
Expand Down

0 comments on commit 165e22d

Please sign in to comment.