mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Fix cmake build
This commit is contained in:
parent
83e3cf7872
commit
010c58231b
@ -1,10 +1,10 @@
|
||||
cmake_minimum_required (VERSION 3.2.0)
|
||||
project (naett)
|
||||
|
||||
set(SRC_DIR ../naett/src)
|
||||
set(SRC_DIR ../naett)
|
||||
|
||||
set(ALL_SOURCE_FILES
|
||||
${SRC_DIR}/naett/naett.c
|
||||
${SRC_DIR}/naett.c
|
||||
)
|
||||
|
||||
add_library(naett STATIC ${ALL_SOURCE_FILES})
|
||||
|
Loading…
Reference in New Issue
Block a user