Browse Source
* Use a target property instead of CMAKE_C_FLAGS It is a global property, which is not great when importing utf8proc in other CMake projects. * Use target properties instead of add_definitions It modifies builds settings globally, which is not great when using the library as part of a bigger CMake build * Expose header search path with target_include_directories This makes it possible to use utf8proc in a larger CMake based project with add_subdirectory(utf8proc) target_link_libraries(my_app utf8proc) * more rebase fixespull/149/head
Steven G. Johnson
6 years ago
committed by
GitHub
1 changed files with 10 additions and 4 deletions
Loading…
Reference in new issue