-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: methylDragon <methylDragon@gmail.com>
- Loading branch information
1 parent
ceb3510
commit 0199446
Showing
23 changed files
with
65 additions
and
65 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
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,8 +1,8 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-core_child VERSION 0.1.0) | ||
project(gz-core_child VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_find_package(ignition-core_no_deps REQUIRED) | ||
ign_find_package(gz-core_no_deps REQUIRED) | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) | ||
ign_create_packages() | ||
ign_create_docs(TAGFILES "${IGNITION-CORE_NO_DEPS_DOXYGEN_TAGFILE} = ${IGNITION-CORE_NO_DEPS_API_URL}") | ||
ign_create_docs(TAGFILES "${GZ-CORE_NO_DEPS_DOXYGEN_TAGFILE} = ${GZ-CORE_NO_DEPS_API_URL}") |
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,8 +1,8 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-core_child_private VERSION 0.1.0) | ||
project(gz-core_child_private VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_find_package(ignition-core_no_deps PRIVATE REQUIRED) | ||
ign_find_package(gz-core_no_deps PRIVATE REQUIRED) | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) | ||
ign_create_packages() | ||
ign_create_docs(TAGFILES "${IGNITION-CORE_NO_DEPS_DOXYGEN_TAGFILE} = ${IGNITION-CORE_NO_DEPS_API_URL}") | ||
ign_create_docs(TAGFILES "${GZ-CORE_NO_DEPS_DOXYGEN_TAGFILE} = ${GZ-CORE_NO_DEPS_API_URL}") |
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
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,8 +1,8 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-core_static_child VERSION 0.1.0) | ||
project(gz-core_static_child VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_find_package(ignition-core_no_deps_static REQUIRED) | ||
ign_find_package(gz-core_no_deps_static REQUIRED) | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) | ||
ign_create_packages() | ||
ign_create_docs(TAGFILES "${IGNITION-CORE_NO_DEPS_STATIC_DOXYGEN_TAGFILE} = ${IGNITION-CORE_NO_DEPS_STATIC_API_URL}") | ||
ign_create_docs(TAGFILES "${GZ-CORE_NO_DEPS_STATIC_DOXYGEN_TAGFILE} = ${GZ-CORE_NO_DEPS_STATIC_API_URL}") |
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
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,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-minimal0 VERSION 0.1.0) | ||
project(gz-minimal0 VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) |
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,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-minimal1 VERSION 1.0.0) | ||
project(gz-minimal1 VERSION 1.0.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project(VERSION_SUFFIX pre1) | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) |
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,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-sanitizers VERSION 0.1.0) | ||
project(gz-sanitizers VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) |
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,8 +1,8 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-use_component_depsA VERSION 0.1.0) | ||
project(gz-use_component_depsA VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_find_package(ignition-component_deps REQUIRED COMPONENTS parent child) | ||
ign_find_package(gz-component_deps REQUIRED COMPONENTS parent child) | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) | ||
ign_create_packages() | ||
ign_create_docs() |
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,8 +1,8 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-use_component_depsB VERSION 0.1.0) | ||
project(gz-use_component_depsB VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_find_package(ignition-component_deps REQUIRED COMPONENTS child parent) | ||
ign_find_package(gz-component_deps REQUIRED COMPONENTS child parent) | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) | ||
ign_create_packages() | ||
ign_create_docs() |
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,8 +1,8 @@ | ||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) | ||
project(ignition-use_component_depsC VERSION 0.1.0) | ||
project(gz-use_component_depsC VERSION 0.1.0) | ||
find_package(ignition-cmake3 REQUIRED) | ||
ign_configure_project() | ||
ign_find_package(ignition-component_deps REQUIRED COMPONENTS child) | ||
ign_find_package(gz-component_deps REQUIRED COMPONENTS child) | ||
ign_configure_build(QUIT_IF_BUILD_ERRORS) | ||
ign_create_packages() | ||
ign_create_docs() |
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