mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
stripped-down utf8proc added
This commit is contained in:
6
extern/yaml/CMakeLists.txt
vendored
6
extern/yaml/CMakeLists.txt
vendored
@@ -5,9 +5,7 @@ set(YAML_VERSION_STRING "${YAML_VERSION_MAJOR}.${YAML_VERSION_MINOR}.${YAML_VERS
|
||||
|
||||
file(GLOB SRC src/*.c)
|
||||
|
||||
include_directories(include win32)
|
||||
add_library(AthenaLibYaml STATIC ${SRC} include/yaml.h)
|
||||
include_directories(../../include)
|
||||
add_library(AthenaLibYaml STATIC ${SRC})
|
||||
|
||||
set(YAML_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE PATH "YAML include path" FORCE)
|
||||
#install(DIRECTORY include/ DESTINATION include/Athena COMPONENT yaml)
|
||||
install(TARGETS AthenaLibYaml DESTINATION lib COMPONENT yaml)
|
||||
|
||||
1971
extern/yaml/include/yaml.h
vendored
1971
extern/yaml/include/yaml.h
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user