forked from OSchip/llvm-project
Manually specify the folder that Kaleidescope should reside in for CMake-produced solutions that care about such things (like MSVC). This takes the Kaleidescope target out of the root solution folder and places it into the Examples folder where it belongs.
llvm-svn: 225354
This commit is contained in:
parent
f307b11cf9
commit
1ec24c6a3d
|
@ -1,4 +1,5 @@
|
|||
add_custom_target(Kaleidoscope)
|
||||
set_target_properties(Kaleidoscope PROPERTIES FOLDER Examples)
|
||||
|
||||
macro(add_kaleidoscope_chapter name)
|
||||
add_dependencies(Kaleidoscope ${name})
|
||||
|
|
Loading…
Reference in New Issue