mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ENH: fix java and add OBJECT_DIR support
This commit is contained in:
@@ -185,6 +185,7 @@ public:
|
||||
this->LinkLibraries= 0;
|
||||
this->Source= 0;
|
||||
this->Object= 0;
|
||||
this->ObjectDir= 0;
|
||||
this->Flags= 0;
|
||||
this->ObjectsQuoted= 0;
|
||||
this->TargetSOName= 0;
|
||||
@@ -197,6 +198,7 @@ public:
|
||||
const char* LinkLibraries;
|
||||
const char* Source;
|
||||
const char* Object;
|
||||
const char* ObjectDir;
|
||||
const char* Flags;
|
||||
const char* ObjectsQuoted;
|
||||
const char* TargetSOName;
|
||||
|
||||
Reference in New Issue
Block a user