Skip to content

Commit

Permalink
Feature: option to build tcvm without Skia
Browse files Browse the repository at this point in the history
  • Loading branch information
erathke committed Jan 27, 2021
1 parent d8e40b2 commit 7da4340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TotalCrossVM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENDIF (NOT (DEFINED ANDROID_ABI OR MSVC OR CMAKE_GENERATOR STREQUAL Xcode))
if(NOT MSVC AND USE_SKIA)
find_package(Skia REQUIRED)
include_directories(${SKIA_INCLUDE_DIRS})
add_compile_definitions(USE_SKIA)
add_definitions(-DUSE_SKIA)
endif(NOT MSVC AND USE_SKIA)

set(TC_SRCDIR "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down

0 comments on commit 7da4340

Please sign in to comment.