Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[cmake] gen_skin_pack move to add_custom_command
|
|
[cmake] Add platform specific cmake search configurations
|
|
[cmake] Fix linux Install.cmake after PR 22112
|
|
Move gen_skin_pack to add_custom_command and generate a "timestamp" file for dependency
tracking. This allows the custom command to only be run once, rather than every build.
clean in VS also removes timestamp file, allowing for a full clean and full rebuild
including running the custom command.
|
|
find modules
Update HINTS paths as well to accommodate restricted search paths with the use of
${CORE_PLATFORM_NAME_LC}_SEARCH_CONFIG
|
|
This enables a platform to set specific search config criteria for use with
find_* cmake calls. For platforms like apple/android, we dont ever want system libs,
we only want to search our provided depends path.
|
|
[cmake] Migrate more modules to TARGET usage
|
|
[cmake] Add FindDetours for windows
|
|
cmake < 3.19 only allows specific whitelisted properties on interface targets.
Just remove folder property, as its only for visual display in IDE's like VS/Xcode
|
|
|
|
|
|
|
|
|
|
Remove manual pkgconfig file from dependency build. It hardcodes things, and isnt
needed for our purposes as all.
|
|
|
|
|
|
[cmake][win] Generate complete build dir layout for Multiconfig gen (VS)
|
|
[cmake] convert some find modules to full TARGET usage
|
|
[cmake][buildtools] use flatbuffers::flatc target for executable
|
|
Doesnt appear to be used currently
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|