Clean
This commit is contained in:
22
Vendor/CMakeLists.txt
vendored
22
Vendor/CMakeLists.txt
vendored
@ -81,15 +81,15 @@ add_subdirectory(json/)
|
||||
# -----------------------------------------------
|
||||
# NativeFileDialog
|
||||
# -----------------------------------------------
|
||||
add_library(
|
||||
NFD STATIC
|
||||
|
||||
"nativefiledialog/src/nfd_common.c"
|
||||
"nativefiledialog/src/nfd_win.cpp"
|
||||
)
|
||||
target_include_directories(
|
||||
NFD PUBLIC
|
||||
|
||||
"nativefiledialog/src/include"
|
||||
)
|
||||
#add_library(
|
||||
# NFD STATIC
|
||||
#
|
||||
# "nativefiledialog/src/nfd_common.c"
|
||||
# "nativefiledialog/src/nfd_win.cpp"
|
||||
#)
|
||||
#target_include_directories(
|
||||
# NFD PUBLIC
|
||||
#
|
||||
# "nativefiledialog/src/include"
|
||||
#)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user