mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
9 lines
162 B
CMake
9 lines
162 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
|
|
add_library(publiclib)
|
|
|
|
add_subdirectory(CMP0076-WARN)
|
|
|
|
add_executable(main main.cpp)
|
|
target_link_libraries(main publiclib)
|