-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate ign_build_tests, ign_get_libsources_and_unittests, ign_get_…
…sources, ign_install_all_headers (#254) Signed-off-by: Louise Poubel <[email protected]>
- Loading branch information
Showing
13 changed files
with
85 additions
and
40 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,3 +1,3 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
|
||
ign_create_core_library(SOURCES ${sources}) |
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,6 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME} | ||
PUBLIC | ||
ignition-core_no_deps::ignition-core_no_deps) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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,6 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME} | ||
PRIVATE | ||
ignition-core_no_deps::ignition-core_no_deps) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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,3 +1,3 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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,3 +1,3 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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,6 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME} | ||
PUBLIC | ||
ignition-core_no_deps_static::ignition-core_no_deps_static) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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 +1 @@ | ||
ign_install_all_headers() | ||
gz_install_all_headers() |
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,3 +1,3 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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,3 +1,3 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_add_executable(asanfail ${sources}) | ||
add_test(asan asanfail) |
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,6 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME} | ||
PUBLIC | ||
ignition-component_deps::ignition-component_deps-child) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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,6 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME} | ||
PUBLIC | ||
ignition-component_deps::ignition-component_deps-child) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |
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,6 @@ | ||
ign_get_libsources_and_unittests(sources gtest_sources) | ||
gz_get_libsources_and_unittests(sources gtest_sources) | ||
ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11) | ||
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME} | ||
PUBLIC | ||
ignition-component_deps::ignition-component_deps-child) | ||
ign_build_tests(TYPE UNIT SOURCES ${gtest_sources}) | ||
gz_build_tests(TYPE UNIT SOURCES ${gtest_sources}) |