3 lines
101 B
CMake
3 lines
101 B
CMake
add_library(luautf8 STATIC lutf8lib.c)
|
|
target_include_directories(luautf8 PUBLIC ${LUA_INCLUDE_DIR})
|