Improve VS generation in cmake.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
file(GLOB_RECURSE STK_SOURCES "src/*.cpp")
|
||||
file(GLOB_RECURSE STK_HEADERS "src/*.hpp")
|
||||
file(GLOB_RECURSE STK_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.cpp")
|
||||
file(GLOB_RECURSE STK_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.hpp")
|
||||
Reference in New Issue
Block a user