modified premake
This commit is contained in:
parent
c654fa6c03
commit
cb288c692e
@ -9,7 +9,7 @@ project "yaml-cpp"
|
|||||||
{
|
{
|
||||||
"src/**.h",
|
"src/**.h",
|
||||||
"src/**.cpp",
|
"src/**.cpp",
|
||||||
|
"include/**.cpp",
|
||||||
"include/**.h"
|
"include/**.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,13 +26,13 @@ project "yaml-cpp"
|
|||||||
filter "system:windows"
|
filter "system:windows"
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
cppdialect "C++17"
|
cppdialect "C++17"
|
||||||
staticruntime "off"
|
staticruntime "on"
|
||||||
|
|
||||||
filter "system:linux"
|
filter "system:linux"
|
||||||
pic "On"
|
pic "On"
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
cppdialect "C++17"
|
cppdialect "C++17"
|
||||||
staticruntime "off"
|
staticruntime "on"
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user