Add building by cmake
This commit is contained in:
parent
45bb767d79
commit
96f8a1236a
1 changed files with 12 additions and 0 deletions
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
add_compile_options("-O3")
|
||||
|
||||
add_executable(osmupdate osmupdate.c)
|
||||
add_executable(osmfilter osmfilter.c)
|
||||
add_executable(osmconvert osmconvert.c)
|
||||
|
||||
target_link_libraries(
|
||||
osmconvert
|
||||
z
|
||||
)
|
Loading…
Add table
Reference in a new issue