mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
* cmake: Add NOMINMAX globally to avoid Windows compilation issues with std::min/std::max * main/net: add missing include files * rtc: Remove convert_filetime/convert_timespec functions as they have been replaced with _wstat/stat * external: Update better-enums to tag "0.11.3" * external: Update CLI11 to tag "v1.9.1" * external: Update elfio to tag "Release_3.8" * external: Update glad to tag "0.1.34" * external: Update googletest to tag "release-1.10.0" * external: Update imgui to tag "v1.80" * external: Update imgui_club * external: Update miniz to tag "2.1.0" * external: Update pugixml to tag "v1.11.4" * external: Update spdlog to tag "v1.8.2" * external: Update stb * external: Update yaml-cpp to tag "yaml-cpp-0.6.3" * external: Switch to vitasdk/vita-toolchain * external: Refactor xxHash integration
13 lines
383 B
CMake
13 lines
383 B
CMake
add_library(np
|
|
include/np/trophy/context.h
|
|
include/np/trophy/trp_parser.h
|
|
include/np/common.h
|
|
include/np/functions.h
|
|
include/np/state.h
|
|
src/trophy/context.cpp
|
|
src/trophy/trp_parser.cpp
|
|
src/init.cpp)
|
|
|
|
target_include_directories(np PUBLIC include)
|
|
target_link_libraries(np PUBLIC yaml-cpp mem)
|
|
target_link_libraries(np PRIVATE io util pugixml::pugixml)
|