Created
March 19, 2017 10:00
-
-
Save m-mizutani/0c2febd4a9bb5fec655827ee81b54d60 to your computer and use it in GitHub Desktop.
static link in CMakeList.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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