mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-23 05:29:57 +00:00
11 lines
180 B
CMake
11 lines
180 B
CMake
if (NATIVE_BUILD)
|
|
target_sources(dxhr PRIVATE
|
|
linux/MainVM.cpp
|
|
MainG2.cpp)
|
|
else()
|
|
target_sources(dxhr PRIVATE
|
|
win32/MainVM.cpp
|
|
win32/gamewindow.cpp
|
|
MainG2.cpp)
|
|
endif()
|