diff options
author | crupest <crupest@outlook.com> | 2019-03-30 21:04:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-30 21:04:42 +0800 |
commit | ee130224147f034e02d1d4d83e3f2d5a59e625c2 (patch) | |
tree | 79d73bb5c5b3e29657d31a90d45ff7d20c3c5041 /src | |
parent | 88ecaa7f4f82b390cbda838b68121e93f878c299 (diff) | |
download | cru-ee130224147f034e02d1d4d83e3f2d5a59e625c2.tar.gz cru-ee130224147f034e02d1d4d83e3f2d5a59e625c2.tar.bz2 cru-ee130224147f034e02d1d4d83e3f2d5a59e625c2.zip |
Link skia.
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b89e5202..63faca66 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,6 +25,7 @@ add_library(cru_ui STATIC target_include_directories(cru_ui PUBLIC .) +target_link_libraries(cru_ui PUBLIC skia) if(WIN32) target_link_libraries(cru_ui PRIVATE D3D11 D2d1 DWrite) |