Skip to content

Commit 62fe858

Browse files
faze-geekanutosh491
authored andcommitted
Move oss header & source to the not emscripten case
1 parent 36ca7c4 commit 62fe858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,12 @@ set(XEUS_CPP_HEADERS
169169
#src/xinspect.hpp
170170
#src/xsystem.hpp
171171
#src/xparser.hpp
172-
#src/xmagics/os.hpp
173172
)
174173

175174
set(XEUS_CPP_SRC
176175
src/xholder.cpp
177176
src/xinput.cpp
178177
src/xinterpreter.cpp
179-
src/xmagics/os.cpp
180178
src/xoptions.cpp
181179
src/xparser.cpp
182180
src/xutils.cpp
@@ -186,6 +184,8 @@ if(NOT EMSCRIPTEN)
186184
list(APPEND XEUS_CPP_SRC
187185
src/xmagics/xassist.hpp
188186
src/xmagics/xassist.cpp
187+
src/xmagics/os.hpp
188+
src/xmagics/os.cpp
189189
)
190190
endif()
191191

0 commit comments

Comments
 (0)