1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:10:06 +08:00
SpaceVim/bundle/vim-cmake-syntax/test/generator-expression-not-plain-args.cmake

3 lines
179 B
CMake
Raw Normal View History

2022-05-22 17:18:29 +08:00
# not the same highlighting for PUBLIC if simple argument or in generator expression
target_include_directories(target PUBLIC ${CMAKE_CURRENT_BINARY_DIR} $<GENERATOR_EXP PUBLIC>)