fix quotations in for platform build
This commit is contained in:
parent
e93b203b87
commit
541fb2afc5
|
@ -15,8 +15,8 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
if (WIN32)
|
||||
file(GLOB headers "MSWindows*.h ImmuneKeysReader.h")
|
||||
file(GLOB sources "MSWindows*.cpp ImmuneKeysReader.cpp")
|
||||
file(GLOB headers "MSWindows*.h" "ImmuneKeysReader.h")
|
||||
file(GLOB sources "MSWindows*.cpp" "ImmuneKeysReader.cpp")
|
||||
elseif (APPLE)
|
||||
file(GLOB headers "OSX*.h" "IOSX*.h")
|
||||
file(GLOB sources "OSX*.cpp" "IOSX*.cpp" "OSX*.m" "OSX*.mm")
|
||||
|
|
Loading…
Reference in New Issue