5a307be168e0e5b667f4ef30ad23140b49e09e6d
[platform/core/ml/nnfw.git] / compiler / souschef / CMakeLists.txt
1 file(GLOB_RECURSE SOURCES "src/*.cpp")
2
3 add_library(souschef STATIC ${SOURCES})
4 set_target_properties(souschef PROPERTIES POSITION_INDEPENDENT_CODE ON)
5 target_include_directories(souschef PUBLIC include)