I have downloaded and built the simple2d library using make && make install on OSX 10.13.4.
I was able to get my program to compile and link using the command line g++ `simple2d --libs` main.cpp
However I cannot figure out how to get it to work with CMake I have added the line target_link_libraries(Pacman /usr/local/lib/libsimple2d.a)
But I get an error Undefined symbols for architecture x86_64 when trying to build