Skip to content

Commit

Permalink
reverting changes of CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantos88 committed Apr 4, 2019
1 parent 7cee512 commit 3d78122
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions tests/testCuiAbsolute/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
cmake_minimum_required(VERSION 2.6)

add_executable(testCuiAbsolute testCuiAbsolute.cpp)

find_package(YARP REQUIRED)
find_package(COLOR_DEBUG REQUIRED)
find_package(GTest REQUIRED)

include_directories(${GTEST_INCLUDE_DIRS} ${YARP_INCLUDE_DIRS} ${TEMPLATE_NAME_INCLUDE_DIRS})

target_link_libraries(testCuiAbsolute ${YARP_LIBRARIES}
${GTEST_BOTH_LIBRARIES}
target_link_libraries(testCuiAbsolute YARP::YARP_OS
YARP::YARP_dev
ROBOTICSLAB::ColorDebug
${CMAKE_THREAD_LIBS_INIT}
)
YarpDevicesInterfaces
gtest
gtest_main)

0 comments on commit 3d78122

Please sign in to comment.