uvw/.gitignore
Stefano Fiorentino 3636701fc2
avoid cmake complaining about using VERSION keyword (#275)
[cmake] CMake Error at CMakeLists.txt:190 (set_target_properties):
	[cmake]   INTERFACE_LIBRARY targets may only have whitelisted properties.  The
	[cmake]   property "VERSION" is not allowed.

Signed-off-by: Fiorentino, Stefano <stefano.fiorentino@adesso.ch>
Co-authored-by: Fiorentino, Stefano <stefano.fiorentino@adesso.ch>
2023-02-27 18:47:35 +01:00

8 lines
99 B
Plaintext

*.user
CMakeSettings.json
.conan/test_package/build
cmake-build-debug/
.idea/
.vs/
.vscode/
.cache/