Ok, I gave it a try to the part1. I was able to compile and run it via emulation, but when I tried the cmake with -DFPGA_DEVICE setting to "Cylone10gx" it said "Ignoring as not applicable" (I also tried Cyclone, CycloneGX), how to target my hardware and run it hardware rather than emulated?
tetto@ubuntuoffice:~/oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part1_cpp/build$ cmake .. -DFPGA_DEVICE=Cyclone10gx
cmake: /home/tetto/intelFPGA_pro/23.1/quartus/linux64/libcurl.so.4: no version information available (required by cmake)
-- Ignoring FPGA_DEVICE: Cyclone10gx, not applicable
-- Configuring done
-- Generating done
-- Build files have been written to: /home/tetto/oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part1_cpp/build