Clean up CMakeLists.txt

This commit is contained in:
Chocobo1
2019-07-13 19:51:42 +08:00
parent 032883e278
commit 7b568b07e6
4 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
add_library(qbt_powermanagement STATIC
# headers
powermanagement.h
# sources
powermanagement.cpp
)