mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 12:03:51 +00:00
10 lines
No EOL
187 B
CMake
10 lines
No EOL
187 B
CMake
project(pcre)
|
|
|
|
addDef(PCRE_STATIC)
|
|
addDef(HAVE_CONFIG_H)
|
|
|
|
finishLibrary("${libDir}/pcre")
|
|
|
|
if(WIN32)
|
|
set_property(TARGET pcre PROPERTY COMPILE_FLAGS /TP) #/TP = compile as C++
|
|
endif() |