mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
VC++ compilation
This commit is contained in:
parent
cc40d1e611
commit
d5cbf57e1b
4 changed files with 18 additions and 19 deletions
|
@ -1,3 +1,7 @@
|
|||
if(MSVC)
|
||||
set(INTTYPES_INCLUDE_OPTION -IC:/Programs/msinttypes)
|
||||
endif()
|
||||
|
||||
macro(add_lua_export_target target)
|
||||
add_custom_command(
|
||||
OUTPUT lua_exports_${target}.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue