mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 14:45:21 +08:00
add ImmuneKeysReader.h/cpp to windows builds
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user