Skip to content

Instantly share code, notes, and snippets.

@m-mizutani
Created March 19, 2017 10:00
Show Gist options
  • Save m-mizutani/0c2febd4a9bb5fec655827ee81b54d60 to your computer and use it in GitHub Desktop.
Save m-mizutani/0c2febd4a9bb5fec655827ee81b54d60 to your computer and use it in GitHub Desktop.
static link in CMakeList.txt
ADD_LIBRARY(ev STATIC IMPORTED)
SET_PROPERTY(TARGET ev PROPERTY IMPORTED_LOCATION ./libev/.libs/libev.a)
INCLUDE_DIRECTORIES(./libev/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment