mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 11:23:48 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
10 lines
100 B
CMake
10 lines
100 B
CMake
project(stb_image)
|
|
|
|
set(
|
|
SRC
|
|
stb_image.cpp
|
|
stb_image.h
|
|
)
|
|
|
|
add_library(${PROJECT_NAME} ${SRC})
|