Skip to content

Commit

Permalink
modified: src/tmx/Asn_J2735/
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmartin committed Oct 24, 2023
1 parent 5153424 commit bd24c11
Show file tree
Hide file tree
Showing 3,403 changed files with 1,450 additions and 325,623 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ elif [ $RELEASE_BUILD -eq 0 ]; then
BUILD_TYPE="Debug"
fi
pushd tmx
cmake -Bbuild -DCMAKE_PREFIX_PATH=\"/usr/local/share/tmx\;\/opt/carma/cmake\;\" -DCMAKE_CXX_FLAGS="${COVERAGE_FLAGS}" -DCMAKE_C_FLAGS="${COVERAGE_FLAGS}" -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" .
cmake -Bbuild -DCMAKE_PREFIX_PATH=\"/usr/local/share/tmx\;\/opt/carma/cmake\;\" -DCMAKE_CXX_FLAGS="${COVERAGE_FLAGS}" -DCMAKE_C_FLAGS="${COVERAGE_FLAGS}" -DCMAKE_BUILD_TYPE=Debug .
pushd build
make -j${numCPU}
make install
Expand Down
2 changes: 1 addition & 1 deletion src/tmx/Asn_J2735/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FOREACH (SOURCE_DIR ${SOURCE_DIRS})
STRING (SUBSTRING ${SAEJ2735_SPEC} 1 -1 SAEJ2735_SPEC_DEF)

ADD_LIBRARY (${LIBRARY_NAME} SHARED ${${LIBRARY_NAME}_SOURCES})
TARGET_INCLUDE_DIRECTORIES (${LIBRARY_NAME} PUBLIC
TARGET_INCLUDE_DIRECTORIES (${LIBRARY_NAME} PUBLIC
$<BUILD_INTERFACE:${${LIBRARY_NAME}_INCLUDE_DIR}>
$<INSTALL_INTERFACE:include/asn_j2735_${SAEJ2735_SPEC}>)
TARGET_COMPILE_DEFINITIONS (${LIBRARY_NAME} PUBLIC "-DSAEJ2735_SPEC=${SAEJ2735_SPEC_DEF}")
Expand Down
84 changes: 0 additions & 84 deletions src/tmx/Asn_J2735/include/asn_j2735_2020/ANY.h

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions src/tmx/Asn_J2735/include/asn_j2735_2020/Acceleration.h

This file was deleted.

60 changes: 0 additions & 60 deletions src/tmx/Asn_J2735/include/asn_j2735_2020/AccelerationConfidence.h

This file was deleted.

45 changes: 0 additions & 45 deletions src/tmx/Asn_J2735/include/asn_j2735_2020/AccelerationSet4Way.h

This file was deleted.

46 changes: 0 additions & 46 deletions src/tmx/Asn_J2735/include/asn_j2735_2020/AddGrpB_Angle.h

This file was deleted.

47 changes: 0 additions & 47 deletions src/tmx/Asn_J2735/include/asn_j2735_2020/AddGrpB_Elevation.h

This file was deleted.

Loading

0 comments on commit bd24c11

Please sign in to comment.