mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
* Feature: Obtain a building executable on MacOS, but need to resolve the crashing issues and multi-configuration settings.
This commit is contained in:
parent
d7cdf54661
commit
786dac7419
3 changed files with 229 additions and 103 deletions
|
|
@ -1,4 +1,4 @@
|
|||
file(GLOB PCRE_SOURCES "*.c")
|
||||
file(GLOB PCRE_SOURCES "*.c" "*.cc")
|
||||
|
||||
add_library(pcre STATIC ${PCRE_SOURCES})
|
||||
target_compile_definitions(pcre PUBLIC PCRE_STATIC HAVE_CONFIG_H)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue