Linker options in CodeLite
Posted: Sun Mar 28, 2021 1:53 am
Hello community.-
I am linking a example from Raylib library but CodeLite cant find my assets, i have created a resources folder and there i got my images, but no one seems to be included. Any help would be very appreciated. This is my linker options text g++ -o Confusion -Wall -std=c99 -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
I am linking a example from Raylib library but CodeLite cant find my assets, i have created a resources folder and there i got my images, but no one seems to be included. Any help would be very appreciated. This is my linker options text g++ -o Confusion -Wall -std=c99 -lraylib -lGL -lm -lpthread -ldl -lrt -lX11