mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 15:39:28 +00:00
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98f5ce6a35
commit
7b057dbcde
@ -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…
x
Reference in New Issue
Block a user