Fix compilation with CMake #909

Closed
Timmmm wants to merge 1 commits from patch-2 into master

View File

@@ -12,5 +12,6 @@ set(CMAKE_VERBOSE_MAKEFILE on)
file(GLOB yogacore_SRC yoga/*.cpp) file(GLOB yogacore_SRC yoga/*.cpp)
add_library(yogacore STATIC ${yogacore_SRC}) add_library(yogacore STATIC ${yogacore_SRC})
target_include_directories(yogacore PUBLIC .)
target_link_libraries(yogacore android log) target_link_libraries(yogacore android log)
set_target_properties(yogacore PROPERTIES CXX_STANDARD 11) set_target_properties(yogacore PROPERTIES CXX_STANDARD 11)