dirs refactoring
This commit is contained in:
5
modules/os_interface/CMakeLists.txt
Normal file
5
modules/os_interface/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
file(GLOB_RECURSE ALL_SOURCES "*.c")
|
||||
|
||||
add_library(os_interface ${ALL_SOURCES})
|
||||
Reference in New Issue
Block a user