co-maps/3party/open-location-code/CMakeLists.txt

14 lines
180 B
Text
Raw Normal View History

2025-11-22 13:58:55 +01:00
project(openlocationcode)
include_directories(src ../../)
set(
SRC
codearea.cc
codearea.h
openlocationcode.cc
openlocationcode.h
)
add_library(${PROJECT_NAME} ${SRC})