CMake Wacom Compiler Issues: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(Add explicit preformat markup)
Line 2: Line 2:




<pre>
  install: .SYMBOLIC
  install: .SYMBOLIC
     do something
     do something
</pre>


{{CMake/Template/Footer}}
{{CMake/Template/Footer}}

Revision as of 18:04, 20 April 2018

On Wacom make file all targets that do not produce output must be marked symbolic. For example:


 install: .SYMBOLIC
    do something



CMake: [Welcome | Site Map]