include_directories (${CMAKE_SOURCE_DIR}/Source/ThirdParty/rapidjson/include ${CMAKE_SOURCE_DIR}/Source/ThirdParty ${CMAKE_SOURCE_DIR}/Source/ThirdParty/nativefiledialog) if (MSVC) include_directories (${CMAKE_SOURCE_DIR}/Source/ThirdParty/libcurl/include) add_definitions(-DCURL_STATICLIB) endif() file (GLOB_RECURSE SOURCE_FILES Source/*.cpp Source/*.h) file (GLOB_RECURSE SOURCE_FILES *.cpp *.h) add_library(ToolCore ${SOURCE_FILES})