'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 52s

This commit is contained in:
Your Name
2025-06-02 23:09:03 +12:00
parent 212c3fd80a
commit beb327422e
2 changed files with 7 additions and 1 deletions

View File

@ -57,6 +57,10 @@ add_custom_target(run_prebuild_script ALL
add_executable(${PROJECT_EXE_NAME} ${SOURCES})
add_dependencies(${PROJECT_EXE_NAME} run_prebuild_script)
set(CMAKE_FIND_ROOT_PATH "${CMAKE_SYSROOT}")
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
# Set include directories
# build dir goes first so that we can use the generated version.hpp
target_include_directories(${PROJECT_EXE_NAME} PRIVATE