4 lines
105 B
CMake
4 lines
105 B
CMake
|
|
# Hack to show headers in Qt Creator
|
|
file(GLOB headers "*.hpp")
|
|
add_library(dummy ${headers} dummy.cpp)
|