forked from robocomp/robocomp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix robocomp and move Qt cmake library to qt.cmake robocomp
- Loading branch information
Showing
4 changed files
with
5 additions
and
25 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
6 changes: 3 additions & 3 deletions
6
cli/robocompdsl/robocompdsl/templates/templateCPP/files/src/CMakeListsSpecific.txt
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,18 +1,18 @@ | ||
${dsr_find_eigen} | ||
# Sources set | ||
SET ( SOURCES | ||
LIST(APPEND SOURCES | ||
specificworker.cpp | ||
specificmonitor.cpp | ||
) | ||
|
||
# Headers set | ||
SET ( HEADERS | ||
LIST(APPEND HEADERS | ||
specificworker.h | ||
specificmonitor.h | ||
) | ||
|
||
|
||
${dsr_definitions} | ||
SET (LIBS $${LIBS} ${dsr_libs}) | ||
LIST(APPEND LIBS $${LIBS} ${dsr_libs}) | ||
|
||
|
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
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