24 lines
407 B
Python
Executable File
24 lines
407 B
Python
Executable File
{
|
|
'targets': [
|
|
{
|
|
"target_name": "smc",
|
|
"sources": [],
|
|
}
|
|
],
|
|
'conditions': [
|
|
['OS=="mac"', {
|
|
'targets': [
|
|
{
|
|
"target_name": "smc",
|
|
"sources": [ "lib/OSX/smc.h", "lib/OSX/smc.cc" ],
|
|
"link_settings": {
|
|
'libraries': [
|
|
'IOKit.framework'
|
|
]
|
|
}
|
|
}
|
|
],
|
|
}]
|
|
]
|
|
}
|