kern/lib/c/CMakeLists.txt
fef f8a85a1541
happy new year 2022 uwu
May it be slightly less exhausting than 2021.
2022-01-01 03:49:33 +01:00

13 lines
353 B
CMake

# Copyright (C) 2021,2022 fef <owo@fef.moe>. All rights reserved.
add_library(c)
target_include_directories(c PRIVATE ${GAY_INCLUDE_DIRS})
target_compile_definitions(c PRIVATE
${GAY_DEFINITIONS}
__BSD_VISIBLE=1
_POSIX_C_SOURCE=201709L
)
target_include_directories(c PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
add_subdirectory(string)