mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Merge pull request #973 from farnold/master
OS X: fix clang compile error over non-existent simpleini lib
This commit is contained in:
commit
1c8d89c31f
@ -271,7 +271,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