Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. set(path_to_lib_one path/to/lib/one)
  2. set(option1 dont_want_to_bother_setting_this_option)
  3. set(option2 that_option_have_to_be_set_again)
  4.  
  5. cmake -C <cacheFile>
  6.  
  7. path_to_lib_one:FILEPATH=path/to/lib/one
  8. option1:BOOL=dont_want_to_bother_setting_this_option
  9. option2:BOOL=that_option_have_to_be_set_again
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement