Answers for "how to add external library in clion"

C++
0

how to add external library in clion

include_directories("/usr/include/SDL2")
target_link_libraries(ProjectName "/usr/lib/x86_64-linux-gnu/libSDL.so")
Posted by: Guest on July-14-2020

Browse Popular Code Answers by Language