Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. RLNim.nim
  2.  
  3. RLBotCPP-master
  4. │ ├───inc
  5. │ │ └─── some headers here
  6. │ ├───lib
  7. │ │ └───inc
  8. │ │ └───flatbuffers
  9. └─── some headers here
  10.  
  11. and try to pass them to the compiler with:
  12. {.passC:"-I/RLBotCPP-master\\inc".}
  13. {.passC:"-I/RLBotCPP-master\\lib\\inc".}
  14.  
  15. but it doesnt work:
  16. fatal error: flatbuffers/flatbuffers.h: No such file or directory
  17. #include "flatbuffers/flatbuffers.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement