]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/blobdiff - CMakeLists.txt
hil: remove unused attributes
[processor-sdk/open-amp.git] / CMakeLists.txt
index df4503af3f31653fd2fdfe0edabda8913c53a862..dda88a6bf0ace1c3d9c850327cff70363f9df5e4 100644 (file)
@@ -10,13 +10,14 @@ list (APPEND CMAKE_MODULE_PATH
   "${CMAKE_SOURCE_DIR}/cmake/modules"
   "${CMAKE_SOURCE_DIR}/cmake/platforms")
 
   "${CMAKE_SOURCE_DIR}/cmake/modules"
   "${CMAKE_SOURCE_DIR}/cmake/platforms")
 
-project (OpenAMP)
+project (open_amp)
 enable_language(C ASM)
 
 include (CheckIncludeFiles)
 include (CheckCSourceCompiles)
 include (collect)
 include (options)
 enable_language(C ASM)
 
 include (CheckIncludeFiles)
 include (CheckCSourceCompiles)
 include (collect)
 include (options)
+include (depends)
 enable_testing ()
 
 set (OPENAMP_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
 enable_testing ()
 
 set (OPENAMP_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}")