-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rsantos88
committed
Apr 4, 2019
1 parent
7cee512
commit 3d78122
Showing
1 changed file
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |