mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
library containment:
after execution of found cmakelists.txt files, searh the engine/lib and apname/data directories recursively for a *torque_postbuild.cmake file, including the contents, to ensure any values used, such as TORQUE_LINK_LIBRARIES remain in parent scope
This commit is contained in:
parent
3ef60ffcb6
commit
9f01515e78
9 changed files with 69 additions and 47 deletions
1
Engine/lib/nativeFileDialogs/Torque_postBuild.cmake
Normal file
1
Engine/lib/nativeFileDialogs/Torque_postBuild.cmake
Normal file
|
|
@ -0,0 +1 @@
|
|||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} nativeFileDialogs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue