aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd032c7..93a0e40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,4 +3,4 @@ project(whatami C)
set(CMAKE_C_STANDARD 99)
-add_executable(whatami main.c util.c darwin.c linux.c common.h x86.c x86.h)
+add_executable(whatami main.c util.c darwin.c linux.c common.h x86.c x86.h win.c win.h)