mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
3 lines
179 B
CMake
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>)
|