You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
237 B
8 lines
237 B
2 months ago
|
enable_language(CXX)
|
||
|
|
||
|
set_property(SOURCE "foo.cpp" PROPERTY VS_TOOL_OVERRIDE CustomFooCppTool)
|
||
|
set_property(SOURCE "foo.txt" PROPERTY VS_TOOL_OVERRIDE CustomFooTxtTool)
|
||
|
add_library(foo foo.cpp foo.txt)
|
||
|
|
||
|
add_library(bar bar.cpp bar.txt)
|