mirror of https://github.com/AxioDL/metaforce.git
mainicon_netwm source file fix
This commit is contained in:
parent
252c136536
commit
ce256566b3
|
@ -66,7 +66,7 @@ elseif(APPLE)
|
||||||
elseif(UNIX)
|
elseif(UNIX)
|
||||||
add_subdirectory(platforms/freedesktop)
|
add_subdirectory(platforms/freedesktop)
|
||||||
declare_wmicon_target()
|
declare_wmicon_target()
|
||||||
set(PLAT_SRCS mainicon_netwm.c)
|
set(PLAT_SRCS mainicon_netwm.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(urde WIN32 MACOSX_BUNDLE
|
add_executable(urde WIN32 MACOSX_BUNDLE
|
||||||
|
|
Loading…
Reference in New Issue