-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: split object library by language, pass correct options to each.
Previously target compile definitions weren't properly added to the autogenerated sources, as they were built into a separate object library (to ensure that they are built before the rest of the sources). Now the object library is built separately for each language with proper options. This addresses issue #515 "version 4.0.1 re2rust default generate C code".
- Loading branch information
Showing
1 changed file
with
49 additions
and
13 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