debug mode:
cmake .. -DCMAKE_BUILD_TYPE=Debug
compile with compile Options:
cmake .. -DBUILD_in_hand_scanner=ON
show make commands: make VERBOSE=1
Command
make -n
willl show all the command make will going to do.
show the detailed infomation by command
make -d