WiiDuktape/source/shared/CMakeLists.txt
Fries 08c96c9d07 work on getting quickjs ported to the wii.
i got it working but the port of my duktape code isn't done yet.
2024-06-26 16:33:02 -07:00

8 lines
213 B
CMake

set(shared_sources
wii_obj.c
)
add_library(shared ${shared_sources})
target_link_libraries(shared PRIVATE GRRLIB)
target_link_libraries(shared PRIVATE assets)
target_include_directories(shared PUBLIC ./include)