spacevim/bundle/vim-cmake-syntax/test/generator-expression-not-plain-args.cmake

3 lines
179 B
CMake
Raw Normal View History

2024-08-21 14:17:26 +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>)