mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
OS X: fix clang compile error over non-existent simpleini lib
This commit is contained in:
parent
67878a21cb
commit
d190b88854
@ -270,7 +270,6 @@ endif()
|
||||
include_directories(${LIBCURL_INCLUDE_DIR})
|
||||
|
||||
# simpleini
|
||||
set(SIMPLEINI_LIBRARY simpleini)
|
||||
include_directories(${SIMPLEINI_DIR})
|
||||
|
||||
######################################################################
|
||||
|
@ -2,6 +2,3 @@
|
||||
# Copyright (c) 2014, 2015 David Capello
|
||||
|
||||
add_library(cfg-lib cfg.cpp)
|
||||
|
||||
target_link_libraries(cfg-lib
|
||||
${SIMPLEINI_LIBRARY})
|
||||
|
Loading…
Reference in New Issue
Block a user