CMakeLists.txt: Add steamshim sources
This commit is contained in:
parent
4382bc57e7
commit
967a388965
|
@ -238,6 +238,14 @@ set(EMBEDDED_INPUT
|
||||||
assets/icon.png
|
assets/icon.png
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set (STEAMSHIM_HEADERS
|
||||||
|
steamshim/steamshim_child.h
|
||||||
|
)
|
||||||
|
|
||||||
|
set (STEAMSHIM_SOURCE
|
||||||
|
steamshim/steamshim_child.c
|
||||||
|
)
|
||||||
|
|
||||||
if (RGSS2)
|
if (RGSS2)
|
||||||
list(APPEND DEFINES
|
list(APPEND DEFINES
|
||||||
RGSS2
|
RGSS2
|
||||||
|
@ -398,6 +406,8 @@ add_executable(${PROJECT_NAME} MACOSX_BUNDLE
|
||||||
${BINDING_HEADERS}
|
${BINDING_HEADERS}
|
||||||
${BINDING_SOURCE}
|
${BINDING_SOURCE}
|
||||||
${EMBEDDED_SOURCE}
|
${EMBEDDED_SOURCE}
|
||||||
|
${STEAMSHIM_HEADERS}
|
||||||
|
${STEAMSHIM_SOURCE}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_definitions(${PROJECT_NAME} PRIVATE
|
target_compile_definitions(${PROJECT_NAME} PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue