1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/bundle/vim-cmake-syntax/test/generator-expression-not-plain-args.cmake
2022-05-22 17:18:29 +08:00

3 lines
179 B
CMake

# 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>)