Skip to content

Commit

Permalink
Tests ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantRobotics committed Jun 20, 2024
1 parent cb40f37 commit fe891dc
Show file tree
Hide file tree
Showing 9 changed files with 209 additions and 1,225 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ endif()
## project configuration
################################################################################
SET(${PARENT}_LRF ON CACHE BOOL "" ${REWRITE_FORCE})
SET(${PARENT}_LRF_TEST OFF CACHE BOOL "" ${REWRITE_FORCE})
SET(${PARENT}_LRF_EXAMPLE OFF CACHE BOOL "" ${REWRITE_FORCE})
SET(${PARENT}_LRF_TEST ON CACHE BOOL "" ${REWRITE_FORCE})
SET(${PARENT}_LRF_EXAMPLE ON CACHE BOOL "" ${REWRITE_FORCE})



Expand Down
5 changes: 5 additions & 0 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ if (NOT TARGET ${PROJECT_NAME})
endif()
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

# Set default build type to Release
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type (default Release)" FORCE)
endif()



###############################################################################
Expand Down
Loading

0 comments on commit fe891dc

Please sign in to comment.