-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename, enhance classified repo cmake
* sdClassifiedRepo renamed to xpClassifiedRepo and uses cmake_parse_arguments * xpClassifiedRepo sets XP_CLAS_REPO with PARENT_SCOPE * makes this cmake variable visible to calling cmake and subdirectories below calling cmake * which makes cmake variable CLASSIFIED_BUILD kind of redundant and unnecessary, so removed * CLASS_BUILD definition removed (unnecessary and avoids a global definition) * if code needs a definition (CLASS_BUILD) it can do so itself where it needs it if(DEFINED XP_CLAS_REPO) add_definition(-DCLASS_BUILD) endif() * used by xpClassifiedSrc and xpClassifiedSrcExc functions * classified_src cmake macro renamed to xpClassifiedSrc and made a cmake function * classified_exclusive_src cmake macro renamed to xpClassifiedSrcExc and made a cmake function see issue #180
- Loading branch information
Scott M Anderson
committed
Apr 5, 2018
1 parent
ce57650
commit e542f1a
Showing
1 changed file
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters