add ImmuneKeysReader.h/cpp to windows builds

This commit is contained in:
walker0643 2018-02-03 16:47:36 -05:00
parent faec8a2f84
commit df129f139b
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
if (WIN32)
file(GLOB headers "MSWindows*.h")
file(GLOB sources "MSWindows*.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")