summaryrefslogtreecommitdiffstats
path: root/config.tests/precompile_header/CMakeLists.txt
blob: 40f9e3da81cc951df0a714828284c2abf80a1734 (plain)
1
2
3
4
5
cmake_minimum_required(VERSION 3.15.0)
project(precompile_header LANGUAGES CXX)

add_executable(precompile_header main.cpp)
target_precompile_headers(precompile_header PRIVATE header.h)