-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from jhu-saw/rc-1.2.0
1.2.0
- Loading branch information
Showing
10 changed files
with
639 additions
and
138 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
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,6 +1,5 @@ | ||
# | ||
# (C) Copyright 2019 Johns Hopkins University (JHU), All Rights | ||
# Reserved. | ||
# (C) Copyright 2019-2024 Johns Hopkins University (JHU), All Rights Reserved. | ||
# | ||
# --- begin cisst license - do not edit --- | ||
# | ||
|
@@ -10,6 +9,18 @@ | |
# | ||
# --- end cisst license --- | ||
|
||
cmake_minimum_required (VERSION 2.8) | ||
cmake_minimum_required(VERSION 3.10) | ||
project (sawSocketStreamerAll VERSION 1.2.0) | ||
|
||
find_package (cisst REQUIRED) | ||
include (${CISST_USE_FILE}) | ||
cisst_cpack_settings ( | ||
VENDOR "JHU" | ||
MAINTAINER "[email protected]") | ||
|
||
add_subdirectory (components) | ||
|
||
include (CPack) | ||
cpack_add_component (sawSocketStreamer) | ||
cpack_add_component (sawSocketStreamer-dev | ||
DEPENDS sawSocketStreamer) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "sawSocketStreamerAll", | ||
"dependencies": ["cisst"] | ||
} |
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
Oops, something went wrong.